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 2.x] Fix ConcurrentModificationException in RemoteFsTimestampAwareTranslog.trimUnreferencedReaders #17460

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 171433c from #17028.

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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>
@sachinpkale sachinpkale force-pushed the backport/backport-17028-to-2.x branch from 95bdae4 to 7ff4c9a Compare March 24, 2025 06:07
Copy link
Contributor

✅ Gradle check result for 7ff4c9a: SUCCESS

Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.06%. Comparing base (87b4b91) to head (7ff4c9a).
Report is 3 commits behind head on 2.x.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sachinpkale sachinpkale merged commit b34b8cb into 2.x Mar 24, 2025
45 checks passed
@github-actions github-actions bot deleted the backport/backport-17028-to-2.x branch March 24, 2025 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants