You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue to track improvements to gossip reliability:
Netsplit Recovery
Each node should periodically gossip with seed nodes that it doesn't know about. This ensures that if there is a long partition between cluster nodes, once the partition recovers they'll re-discover each other.
Testing
Can extend piko test to support proxying traffic then drop messages, add latency, add partitions... Then make sure the cluster recovers (or use toxiproxy)
The text was updated successfully, but these errors were encountered:
Issue to track improvements to gossip reliability:
Netsplit Recovery
Each node should periodically gossip with seed nodes that it doesn't know about. This ensures that if there is a long partition between cluster nodes, once the partition recovers they'll re-discover each other.
Testing
Can extend
piko test
to support proxying traffic then drop messages, add latency, add partitions... Then make sure the cluster recovers (or use toxiproxy)The text was updated successfully, but these errors were encountered: