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

Adds wait_for_no_initializing_shards to cluster health API #27489

Merged
merged 6 commits into from
Nov 23, 2017

Commits on Nov 22, 2017

  1. Add wait_for_no_initializing_shards to cluster health API

    This adds a new option to the cluster health request allowing to wait
    until there is no initializing shards.
    
    Closes elastic#25623
    dnhatn committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    f5b32d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f6d3b View commit details
    Browse the repository at this point in the history
  3. Address reviews

    dnhatn committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    9f7e59c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4405767 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. add a rest test

    dnhatn committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    04e61fb View commit details
    Browse the repository at this point in the history
  2. simplify the rest test

    dnhatn committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    dd2294f View commit details
    Browse the repository at this point in the history