--
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 on the web visit https://groups.google.com/d/msgid/raft-dev/669ab3d9-32f0-4e14-87b1-53c4fbe5104cn%40googlegroups.com.
And just as I sent this, found the "4.4 System integration" chapter in Diego's thesis - so I understand this is not new.
Anyone implemented this? Or has some experience with this kind of functionality?
Daniel
--
You received this message because you are subscribed to a topic in the Google Groups "raft-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/raft-dev/ygsvkBAvBLM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to raft-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/669ab3d9-32f0-4e14-87b1-53c4fbe5104cn%40googlegroups.com.
In that specific situation, using the the weakened log
replication quorum requirement would help wouldn't it? So in the 4
node cluster, 2 nodes would be enough to commit a message. (Ensar
Basri Kahveci shared on this list some time ago in the paper
titled "Improved Majority Quorums for Raft")
If the leader is still alive in that situation, it can roll back
the addition of the new node by committing a new membership
change. Then we are back at square one.
Too bad if the leader goes down instead of the new voter, but without the voter promotion, the cluster would be broken anyway, right?
Thanks for sharing that post, will check it out.
Daniel
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/CAF0G-ZhMrkWjtRHmeMCH98-_Zv41oM-rjDNWw6%3DU2pFHSKt5Mw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raft-dev/d249fefa-3486-be32-a298-d0d8e8298a8f%40gmail.com.