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

Start Master|Node fault detection pinging immediately during discovery #6706

Closed
wants to merge 1 commit into from

Commits on Jul 3, 2014

  1. [Discovery] immediately start Master|Node fault detection pinging

    After a node joins the clusters, it starts pinging the master to verify it's health. Before, the cluster join request was processed async and we had to give some time to complete. With  elastic#6480 we changed this to wait for the join process to complete on the master. We can therefore start pinging immediately for fast detection of failures. Similar change can be made to the Node fault detection from the master side.
    bleskes committed Jul 3, 2014
    Copy the full SHA
    321277e View commit details
    Browse the repository at this point in the history