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

During discovery, verify connect when sending a rejoin cluster request #6779

Closed
wants to merge 2 commits into from

Commits on Jul 8, 2014

  1. [Discovery] verify connect when sending a rejoin cluster request

    When a master receives a cluster state from another node, it compares the local cluster state with the one it got. If the local one has a higher version, it sends a JoinClusterRequest to the other master to tell it step down. Because our network layer is asymmetric, we need to make sure we're connected before sending.
    bleskes committed Jul 8, 2014
    Copy the full SHA
    ea4daf3 View commit details
    Browse the repository at this point in the history
  2. feedback

    bleskes committed Jul 8, 2014
    Copy the full SHA
    638552c View commit details
    Browse the repository at this point in the history