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

[Backport] Support for translog pruning based on retention leases #1226

Merged
merged 8 commits into from
Sep 26, 2021

Commits on Sep 25, 2021

  1. Support for translog pruning based on retention leases (opensearch-pr…

    …oject#1038)
    
    (cherry picked from commit a9e1913)
    
    Signed-off-by: Sai Kumar <karanas@amazon.com>
    saikaranam-amazon authored and nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    1e1d3b8 View commit details
    Browse the repository at this point in the history
  2. Changed translog pruning name and addressed test issue

    Signed-off-by: Sai Kumar <karanas@amazon.com>
    saikaranam-amazon authored and nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    33ec71b View commit details
    Browse the repository at this point in the history
  3. Add deprecations to retention pruning controls

    This commit adds deprecation flags to all added settings, variables, and methods
    specific to ccr's retention lease pruning mechanism.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    9680d2d View commit details
    Browse the repository at this point in the history
  4. Addressed CR comments

    Signed-off-by: Sai Kumar <karanas@amazon.com>
    saikaranam-amazon authored and nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    e360fc5 View commit details
    Browse the repository at this point in the history
  5. fix javadoc deprecation

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    8a1c5b4 View commit details
    Browse the repository at this point in the history
  6. fix deprecation tag in TranslogDeletionPolicy

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    f6c2050 View commit details
    Browse the repository at this point in the history
  7. Addressed test case issue

    Signed-off-by: Sai Kumar <karanas@amazon.com>
    saikaranam-amazon authored and nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ae8b2be View commit details
    Browse the repository at this point in the history
  8. Added tests to Metadata Create Index service

    Signed-off-by: Sai Kumar <karanas@amazon.com>
    saikaranam-amazon authored and nknize committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    6c38cab View commit details
    Browse the repository at this point in the history