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

Wait till node is part of cluster state for join process #6480

Closed
wants to merge 2 commits into from

Commits on Jun 12, 2014

  1. Wait till node is part of cluster state for join process

    When a node sends a join request to the master, only send back the response after it has been added to the master cluster state and published.
    This will fix the rare cases where today, a join request can return, and the master, since its under load, have not yet added the node to its cluster state, and the node that joined will start a fault detect against the master, failing since its not part of the cluster state.
    Since now the join request is longer, also increase the join request timeout default.
    closes elastic#6480
    kimchy committed Jun 12, 2014
    Copy the full SHA
    8f21544 View commit details
    Browse the repository at this point in the history
  2. fix docs

    kimchy committed Jun 12, 2014
    Copy the full SHA
    297c9e7 View commit details
    Browse the repository at this point in the history