-
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] org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreDisruptionIT.testCancelReplicationWhileSyncingSegments is flaky #11165
Comments
Note - the stack trace from the additional context section shows a similar output to #11255 which I just closed since I was unable to reproduce the failure even after several thousand retries. Repro commands from the CI run:
This run appears to be against the |
While the command loops, I dug a little deeper into the stacktrace
|
The issue here seems to be the failure during https://build.ci.opensearch.org/job/gradle-check/29837/testReport/junit/org.opensearch.remotestore/SegmentReplicationUsingRemoteStoreDisruptionIT/testCancelReplicationWhileSyncingSegments/ which leaves open files on disk. The failure is caused by an "inconsistent generation" assertion error thrown here which means there is an assertion error thrown during translog upload. |
Describe the bug
The test case org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreDisruptionIT.classMethod is flaky:
To Reproduce
Expected behavior
The test must always pass
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: