Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement TCP push-pull state sync #14

Open
pshemass opened this issue Nov 27, 2021 · 0 comments
Open

implement TCP push-pull state sync #14

pshemass opened this issue Nov 27, 2021 · 0 comments

Comments

@pshemass
Copy link
Contributor

from memberlist paper https://arxiv.org/pdf/1707.00788.pdf

memberlist adds an anti-entropy mechanism, by which each member periodically does a full state sync with another randomly selected member, over TCP. The push- pull approach from [12] is taken, with incarnation num- bers used to reconcile conflicting state about a given member. This full state sync increases the likelihood that nodes are fully converged more quickly, at the expense of more bandwidth usage. It is particularly helpful for speeding up recovery from a network partition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant