You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2018. It is now read-only.
I am currently experimenting with a project using goraft (https://github.com/zond/drafty), and I have made some things work, but I notice that goraft doesn't automatically kick peers that don't respond to the heartbeat AppendEntries.
If an AppendEntries fails, should I just execute a DefaultLeaveCommand on the master?