-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Support for translog pruning based on retention leases #1038
Support for translog pruning based on retention leases #1038
Conversation
✅ Gradle Wrapper Validation success 99252615658a9cf38ca5a2f6c85f4d37d08ac196 |
❌ DCO Check Failed 99252615658a9cf38ca5a2f6c85f4d37d08ac196 |
9925261
to
ac00b1e
Compare
✅ DCO Check Passed ac00b1ea6f620d89dcbf4d907c51c8ca122979db |
❌ Gradle Precommit failure 99252615658a9cf38ca5a2f6c85f4d37d08ac196 |
✅ Gradle Wrapper Validation success ac00b1ea6f620d89dcbf4d907c51c8ca122979db |
✅ Gradle Precommit success ac00b1ea6f620d89dcbf4d907c51c8ca122979db |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, please add tests covering the changes. Pinging @itiyamas for help with review
Is there an issue where this has been discussed? Why is this change needed? Some context will help. |
@Bukhtawar - Adding tests in the next revision. |
ac00b1e
to
d8f59ae
Compare
✅ DCO Check Passed d8f59aebdec8859a376be1892a69569e19d103a7 |
✅ Gradle Wrapper Validation success d8f59aebdec8859a376be1892a69569e19d103a7 |
✅ Gradle Precommit success d8f59aebdec8859a376be1892a69569e19d103a7 |
d8f59ae
to
49e7627
Compare
✅ Gradle Wrapper Validation success 49e7627 |
✅ DCO Check Passed 49e7627 |
49e7627
to
00c892d
Compare
✅ DCO Check Passed 00c892d |
✅ Gradle Wrapper Validation success 00c892d |
✅ Gradle Precommit success 00c892d |
server/src/main/java/org/opensearch/index/translog/TranslogDeletionPolicy.java
Show resolved
Hide resolved
✅ Gradle Wrapper Validation success 5acacdde252e3a0aa758efec26ba655b65364507 |
✅ DCO Check Passed 5acacdde252e3a0aa758efec26ba655b65364507 |
da24052
to
52fc576
Compare
❌ Gradle Precommit failure da240524ed9f66c825670ba9262ac496c82b1cb8 |
❌ Gradle Wrapper Validation failure da240524ed9f66c825670ba9262ac496c82b1cb8 :alert: Gradle Wrapper integrity has been altered |
✅ Gradle Wrapper Validation success 52fc576 |
✅ DCO Check Passed 52fc576 |
✅ Gradle Precommit success 52fc576 |
start gradle check |
we need to make sure these PRs are being labeled appropriately so we can track them in the change log |
…oject#1038) Signed-off-by: Sai Kumar <karanas@amazon.com>
…oject#1038) Signed-off-by: Sai Kumar <karanas@amazon.com>
…oject#1038) (cherry picked from commit a9e1913) Signed-off-by: Sai Kumar <karanas@amazon.com>
) Support for translog pruning based on retention leases (#1038) Co-authored-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Sai Kumar <karanas@amazon.com>
…oject#1038) Signed-off-by: Sai Kumar <karanas@amazon.com>
) (#1256) Support for translog pruning based on retention leases; including deprecations for refactoring to ccr plugin in the future. Co-authored-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Sai Kumar <karanas@amazon.com>
Description
index.translog.retention_lease.pruning.enabled
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.