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

Made possible to dynamically update discovery.zen.publish_timeout cluster setting #5068

Merged
merged 1 commit into from Feb 11, 2014

Commits on Feb 11, 2014

  1. Made possible to dynamically update discovery.zen.publish_timeout c…

    …luster setting
    
    `discovery.zen.publish_timeout` controls how long the master node is going to try and wait for all the nodes to respond to a cluster state publish before going ahead with the following updates in the queue (default 30s). Up until now changing the settings required restarting each node. The setting is now dynamic and can be changed through the cluster update settings api.
    
    Closes elastic#5063
    javanna committed Feb 11, 2014
    Copy the full SHA
    766134f View commit details
    Browse the repository at this point in the history