-
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
[BUG] Test org.opensearch.indices.replication.SegmentReplicationSuiteIT is flaky #9499
Comments
Have left this running overnight on main - pre #9480 merge and not seeing this after ~12k iterations. Will try pulling in latest changes. We likely have a race closing commit refs before shutdown. |
The test failure happens on primary shard where shard does not exist in IndexService.
|
Another failure: #10388 (comment) |
|
This issue is not gone or fixed: #13446 |
@reta I believe this is a diff test in https://build.ci.opensearch.org/job/gradle-check/37929/ SegmentReplicationIT.testReplicaAlreadyAtCheckpoint which is a diff test suite - opened issue #13593 for that. |
Using the same seed does not always fail the test. We need to run the test multiple times to get the failure (On my local, I got it on the 13th retry)
Build where it failed: https://build.ci.opensearch.org/job/gradle-check/23203/
I was able to reproduce with
main
The text was updated successfully, but these errors were encountered: