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

[Remove] TrimUnsafeCommit logic for legacy 6.x indexes #2225

Merged

Commits on Mar 4, 2022

  1. [Remove] TrimUnsafeCommit logic for legacy 6.x indexes

    Multiple txlog commits was introduced in legacy 7.x. Legacy 6.x indexes could
    therefore not have a safe commit. Since OpenSearch 2.0 is no longer compatible
    with legacy 6.x indexes, the logic to trim these unsafe commits is safely
    removed.
    
    Signed-off-by: Nicholas Walter Knize <[email protected]>
    nknize committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    dad7e94 View commit details
    Browse the repository at this point in the history
  2. fix assertion typo

    Signed-off-by: Nicholas Walter Knize <[email protected]>
    nknize committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    60e8a58 View commit details
    Browse the repository at this point in the history
  3. rebase and incorporate pr feedback

    Signed-off-by: Nicholas Walter Knize <[email protected]>
    nknize committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    32e950f View commit details
    Browse the repository at this point in the history