uber-node / ringpop-node

Scalable, fault-tolerant application-layer sharding for Node.js applications
http://uber.github.io/ringpop/
MIT License
1.18k stars 146 forks source link

Fix double reincarnation #284

Closed thanodnl closed 8 years ago

thanodnl commented 8 years ago

This change will add a check for the incarnation number before reincarnating a node by incrementing its incarnation number. This reduces the number of gossips being sent in the case of reincarnation. Which will result in faster memberlist convergence.

mennopruijssers commented 8 years ago

LGTM

motiejus commented 8 years ago

LGTM