Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle concurrent raft connections #2533

Closed
plorenz opened this issue Nov 12, 2024 · 0 comments
Closed

Handle concurrent raft connections #2533

plorenz opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
distributed-control Work related to HA/Raft/other distributed control

Comments

@plorenz
Copy link
Member

plorenz commented Nov 12, 2024

It's likely that re-using the same raft connection under the hood led to raft confusion, like the following:

[   1.299]   ERROR github.com/hashicorp/raft.(*NetworkTransport).handleConn: {error=[unknown rpc type 160]} failed to decode incoming command
@plorenz plorenz converted this from a draft issue Nov 12, 2024
@plorenz plorenz changed the title Figure out 'unknown rpc type 160' Handle concurrent raft connections Nov 12, 2024
@plorenz plorenz self-assigned this Nov 12, 2024
@plorenz plorenz added the distributed-control Work related to HA/Raft/other distributed control label Nov 12, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Controller HA Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed-control Work related to HA/Raft/other distributed control
Projects
Status: Done
Development

No branches or pull requests

1 participant