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

Round Robin probe selection #6

Open
jpfuentes2 opened this issue May 18, 2016 · 0 comments
Open

Round Robin probe selection #6

jpfuentes2 opened this issue May 18, 2016 · 0 comments
Labels

Comments

@jpfuentes2
Copy link
Owner

This can be solved by the following modification to the
protocol. The failure detection protocol at member Mi
works by maintaining a list (intuitively, an array) of the
known elements of the current membership list, and selecting
ping targets not randomly from this list, but in a roundrobin
fashion. Instead, a newly joining member is inserted
in the membership list at a position that is chosen uniformly
at random. On completing a traversal of the entire list, Mi
rearranges the membership list to a random reordering.

@jpfuentes2 jpfuentes2 added the low label May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant