-
Notifications
You must be signed in to change notification settings - Fork 2k
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] Fix ConcurrentModificationException in RemoteFsTimestampAwareTranslog.trimUnreferencedReaders #17460
Conversation
❌ Gradle check result for 95bdae4: 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 95bdae4: 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 95bdae4: 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 95bdae4: 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? |
….trimUnreferencedReaders (#17028) * Fix ConcurrentModificationException in RemoteFsTimestampAwareTranslog.trimUnreferencedReaders Signed-off-by: Sachin Kale <sachinpkale@gmail.com> * Address PR comments Signed-off-by: Sachin Kale <sachinpkale@gmail.com> --------- Signed-off-by: Sachin Kale <sachinpkale@gmail.com> (cherry picked from commit 171433c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
95bdae4
to
7ff4c9a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #17460 +/- ##
============================================
+ Coverage 72.02% 72.06% +0.04%
- Complexity 66032 66113 +81
============================================
Files 5342 5347 +5
Lines 307289 307496 +207
Branches 44848 44891 +43
============================================
+ Hits 221316 221603 +287
+ Misses 67505 67464 -41
+ Partials 18468 18429 -39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Backport 171433c from #17028.