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

Simplify join protocol #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 4, 2020

  1. Simplifying join protocol

    Instead of a two-phase protocol, joins are now happening in one phase where the seed node broadcasts K alerts (one for each observer).
    This should drastically reduce the amount of messages exchanged in the cluster when a large number of nodes join.
    manuelbernhardt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e92b180 View commit details
    Browse the repository at this point in the history
  2. Improving comment

    manuelbernhardt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2c5ec4d View commit details
    Browse the repository at this point in the history
  3. Fixing bug & adding safeguard to client

    Clients cannot join through two separate seeds at the same time
    manuelbernhardt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    fe57237 View commit details
    Browse the repository at this point in the history
  4. Guard against nodes attempting to join during a view change

    In the rare case that a node attempts to join at the exact same time that a view change is in progress, it is now told to retry
    manuelbernhardt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    1c05756 View commit details
    Browse the repository at this point in the history