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

LUCENE-10599: Improve LogMergePolicy's handling of maxMergeSize. #935

Merged
merged 4 commits into from
Jun 9, 2022

Commits on May 30, 2022

  1. LUCENE-10599: Improve LogMergePolicy's handling of maxMergeSize.

    With this change, segments are more likely to be considered for merging until
    they reach the max merge size. Before this change, LogMergePolicy would exclude
    an entire window of `mergeFactor` segments from merging if this window had a
    too large segment and other segments were on the same tier.
    jpountz committed May 30, 2022
    Configuration menu
    Copy the full SHA
    5899c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    8d892d3 View commit details
    Browse the repository at this point in the history
  2. Pack big segments together.

    jpountz committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ed14f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    7851542 View commit details
    Browse the repository at this point in the history