--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/raft-dev/6084d581-c83f-4871-8809-3fadc0d1de14n%40googlegroups.com.
I've been looking at the Raft Algorithm for the last couple of days and I've got a question that's bugging me, and I've not been able to find the answer.
If B && C fail: A will continue to send them RPCs, get no reply but will continue a Leader and the cluster will remain "operational"??? Raft doesn't detect this as a failure mode?
It seems like there is a sensitivity (for lack of a better word ) concerning which nodes in the cluster have failed, and whether or not the cluster remains operational or not.
If a leader doesn’t hear from a majority of followers (no heartbeats, no responses to AppendEntries) for an election timeout, the leader steps down and becomes a follower.
--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/raft-dev/CANSoFxuq8_dKrrcehx9c-EDXXx_hqHyPmPDZ5bn8BaFgScwjjw%40mail.gmail.com.
Fair points, Archie. I think the Raft paper and thesis don't mention the "stepdown if you haven't heard from a majority for a while" rule. It's not essential, but nice to have...
--
You received this message because you are subscribed to the Google Groups "raft-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raft-dev+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/raft-dev/b5ae21c2-0157-451e-9ef0-c58548ae3e77n%40googlegroups.com.