Skip to content
Discussion options

You must be logged in to vote

Hey @WestFarmer - Thanks for your question. I don't have a stackoverflow account so posting my response here.

In your question you state:

I am learning raft. by far, I understand that when client make change state request to to a raft system, leader node need to replicate changes to majority nodes, and at a fixed heartbeat interval.

I assume any client will see a latency bigger than the interval.

While Etcd is a raft implementation, and it's default heartbeat interval was 100ms, I expect a latency greater than 100ms when write a key-value pair to it.

Based on my understanding this is not correct. The heartbeat interval is the frequency with which the leader will notify followers that it…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants