-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix deletion permits flow in RemoteFsTimestampAwareTranslog #16282
Fix deletion permits flow in RemoteFsTimestampAwareTranslog #16282
Conversation
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for e6a099a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16282 +/- ##
============================================
- Coverage 72.06% 72.04% -0.02%
+ Complexity 64822 64812 -10
============================================
Files 5308 5308
Lines 302574 302604 +30
Branches 43710 43713 +3
============================================
- Hits 218048 218017 -31
- Misses 66648 66674 +26
- Partials 17878 17913 +35 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for 60c08be: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/index/translog/RemoteFsTimestampAwareTranslog.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/translog/RemoteFsTimestampAwareTranslog.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/translog/RemoteFsTranslog.java
Show resolved
Hide resolved
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for 541daa5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 541daa5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/index/translog/transfer/TranslogTransferManager.java
Show resolved
Hide resolved
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.
lgtm
--------- Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 23d1c7a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…16336) --------- (cherry picked from commit 23d1c7a) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ch-project#16282) --------- Signed-off-by: Sachin Kale <[email protected]>
…ch-project#16282) --------- Signed-off-by: Sachin Kale <[email protected]>
…ch-project#16282) --------- Signed-off-by: Sachin Kale <[email protected]>
Description
RemoteFsTranslog
andRemoteFsTimestampAwareTranslog
to ensure following:REMOTE_DELETION_PERMITS
are not available at any given pointCheck List
[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.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.