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

Log results of cluster health check #1203

Merged

Commits on Mar 9, 2021

  1. Log results of cluster health check

    When the cluster health check fails e.g. due to invalid setup where we
    check for a green cluster on a single node but indices have been
    configured with replicas, the benchmark appears to hang indefinitely.
    The reason is that the cluster health check is retried by default but
    there is no indication in the logs.
    
    With this commit we log the result of the cluster health check. We also
    raise the log level of retry log messages so users can analyze the
    behavior by inspecting logs.
    
    Closes elastic#1150
    danielmitterdorfer committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b723fd6 View commit details
    Browse the repository at this point in the history