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

Quieter logging from the DiskThresholdMonitor #48115

Commits on Oct 16, 2019

  1. Quieter logging from the DiskThresholdMonitor

    Today if an Elasticsearch node reaches a disk watermark then it will repeatedly
    emit logging about it, which implies that some action needs to be taken by the
    administrator. This is misleading. Elasticsearch strives to keep nodes under
    the high watermark, but it is normal to have a few nodes occasionally exceed
    this level. Nodes may be over the low watermark for an extended period without
    any ill effects.
    
    This commit enhances the logging emitted by the `DiskThresholdMonitor` to be
    less misleading. The expected case of hitting the high watermark and
    immediately relocating one or more shards that to bring the node back under the
    watermark again is reduced in severity to `INFO`. Additionally, `INFO` messages
    are not emitted repeatedly.
    
    Fixes elastic#48038
    DaveCTurner committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    cc5a2a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    9d78efc View commit details
    Browse the repository at this point in the history
  2. Rename parameters

    DaveCTurner committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b51d525 View commit details
    Browse the repository at this point in the history
  3. Reorder parameters

    DaveCTurner committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    895ffa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff041dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a866bcb View commit details
    Browse the repository at this point in the history