-
Notifications
You must be signed in to change notification settings - Fork 25
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
Reconnection backoff & heartbeat mechanism #1346
Reconnection backoff & heartbeat mechanism #1346
Conversation
Do you think we should add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should keep the "wakup" functionnality be cause if a node goes offline for a while, all other nodes will have a reconnection each 24 hours.
But when the node goes online, others nodes may reconnect to it after 24 hours which is too long
784e418
to
2fbba9e
Compare
fe9ae2a
to
36456ba
Compare
heartbeat mechanism unit test the heartbeat mechanism remove max_connection_attempts add code_change/4 to add the missing fields in the state
36456ba
to
77a511e
Compare
Description
Fixes #1323
Type of change
How Has This Been Tested?
Tested locally with multiple nodes and turning them on and off.
Checklist: