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

Make ILM force merging best effort #43246

Merged
merged 1 commit into from Jun 17, 2019

Commits on Jun 14, 2019

  1. Make ILM force merging best effort

    It's possible for force merges kicked off by ILM to silently stop (due
    to a node relocating for example). In which case, the segment count may
    not reach what the user configured. In the subsequent `SegmentCountStep`
    waiting for the expected segment count may wait indefinitely. Because of
    this, this commit makes force merges "best effort" and then changes the
    `SegmentCountStep` to simply report (at INFO level) if the merge was not
    successful.
    
    Relates to elastic#42824
    Resolves elastic#43245
    dakrone committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    55df11c View commit details
    Browse the repository at this point in the history