Can some help me on this question ? #16887
-
https://stackoverflow.com/questions/77437016/why-three-node-etcd-cluster-can-have-low-write-latency |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @WestFarmer - Thanks for your question. I don't have a stackoverflow account so posting my response here. In your question you state:
Based on my understanding this is not correct. The heartbeat interval is the frequency with which the leader will notify followers that it is still the leader. Not the frequency at which new kv entries are replicated. You can read more on this here: https://etcd.io/docs/v3.5/tuning/#time-parameters |
Beta Was this translation helpful? Give feedback.
Hey @WestFarmer - Thanks for your question. I don't have a stackoverflow account so posting my response here.
In your question you state:
Based on my understanding this is not correct. The heartbeat interval is the frequency with which the leader will notify followers that it…