-
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
[Backport 2.x] Optimize remote state stale file deletion (#13995) #14025
Conversation
❕ Gradle check result for 4490b3f: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
❌ Gradle check result for 41f493f: 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 01f1499: 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 7af2741: 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? |
9eea466
to
b1aaddd
Compare
❌ Gradle check result for 9eea466: 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 b1aaddd: 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? |
Signed-off-by: Shivansh Arora <hishiv@amazon.com> (cherry picked from commit 3de5d3c) Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14025 +/- ##
============================================
+ Coverage 71.28% 71.32% +0.04%
- Complexity 60145 61491 +1346
============================================
Files 4957 5050 +93
Lines 282799 289150 +6351
Branches 41409 42221 +812
============================================
+ Hits 201591 206245 +4654
- Misses 64189 65593 +1404
- Partials 17019 17312 +293 ☔ View full report in Codecov by Sentry. |
…pensearch-project#14025) (cherry picked from commit 3de5d3c) Signed-off-by: Shivansh Arora <hishiv@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
(cherry picked from commit 3de5d3c)
Description
Backport 3de5d3c from #13995
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.