-
Notifications
You must be signed in to change notification settings - Fork 240
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
weird disconnection and reconnection #269
Comments
Hi @faithware |
It turned out to be a network issue with my wifi card. Is there any clear way to restart the raft server? |
@faithware NuRaft/tests/unit/asio_service_test.cxx Lines 2297 to 2298 in 789cc75
Call NuRaft/tests/unit/raft_package_asio.hxx Lines 188 to 200 in 789cc75
|
thanks @greensky00 |
@faithware You don't have to, but just to be safe. :) |
My two node cluster is initialized this way
When I launch I set cluster ID3 to be the leader and it adds the cluster ID1 , after that, the cluster renegociate the leader and cluster ID 1 becomes leader.
After that, cluster ID 1 (the new leader) is stuck all the time in
And it remains like this for ever .
Is this normal? I thought ones everything is set , the leader doesn't disconnect and reconnects to itself?
The text was updated successfully, but these errors were encountered: