Impact of network latency #550
Replies: 1 comment
-
Ra and Raft in general were not designed for inter-node latencies of 100 ms. Ra's failure detector defaults were not picked for that kind of latencies, so false positives are quite likely. When deploying to WAN networks with that kind of latency, use something else. Or use sites with under 5ms latency, those are known to work fine with Ra and the systems build on top of it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
We have 6 nodes across internet, network latency is up to 65ms, sometimes 100ms. Looks like this impacts raft significantly. Sometimes raft forms two clusters. Just wondering if my observation is true? Is there anything I can do to mitigate this impact?
Thanks a lot!
Reproduction steps
...
Expected behavior
Looking for a mitigation.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions