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

Transferring leadership to another controller fails sometimes #2343

Closed
plorenz opened this issue Aug 21, 2024 · 0 comments
Closed

Transferring leadership to another controller fails sometimes #2343

plorenz opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control

Comments

@plorenz
Copy link
Member

plorenz commented Aug 21, 2024

This seems to happen because when we transfer leadership, the raft implementation closes connections to peers. This can prevent us from getting the operation responses.

Switch to a model where the underlying connections stay open but we only close the virtual raft connections.

@plorenz plorenz added bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control labels Aug 21, 2024
@plorenz plorenz self-assigned this Aug 21, 2024
plorenz added a commit that referenced this issue Aug 21, 2024
plorenz added a commit that referenced this issue Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control
Projects
None yet
Development

No branches or pull requests

1 participant