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

Have a dedicated join timeout that is higher than ping.timeout for join #6342

Closed
wants to merge 1 commit into from

Commits on May 29, 2014

  1. Have a dedicated join timeout that is higher than ping.timeout for no…

    …de join
    
    Using ping.timeout, which defaults to 3s, to use as a timeout value on the join request a node makes to the master once its discovered can be too small, specifically when there is a large cluster state involved (and by definition, all the buffers and such on the nio layer will be "cold"). Introduce a dedicated join.timeout setting, that by default is 10x the ping.timeout (so 30s by default).
    closes elastic#6342
    kimchy committed May 29, 2014
    Configuration menu
    Copy the full SHA
    ee1837b View commit details
    Browse the repository at this point in the history