Transferring leadership to another controller fails sometimes #2343
Labels
bug
Something isn't working
controller
Issue related to the controller
distributed-control
Work related to HA/Raft/other distributed control
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.
The text was updated successfully, but these errors were encountered: