-
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] Flaky test failure IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex #6124
Comments
|
Unable to reproduce locally. From Jenkins log, the failing assertion is: OpenSearch/server/src/test/java/org/opensearch/index/IndexServiceTests.java Lines 449 to 454 in 2416d45
This implies there is potentially a second copy of the translog somewhere being accumulated in the stats. |
I was able to reproduce this only once after running around 10K test iterations.
|
Note: |
Added stack trace everytime translog is getting created. I can see that
|
@ankitkala Can we create an issue for the unexpected behavior and add in the investigation there? And just so that its documented as well - |
Sure. Just to clarify, there isn't any functional regression though. NoOpEngine is used when we close a shard. |
Reopening since this again failed in https://build.ci.opensearch.org/job/gradle-check/39959/ |
Closing as already tracked here: #11547 |
./gradlew ':server:test' --tests "org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex" -Dtests.seed=A35A0BBD1D4D543A -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=da-DK -Dtests.timezone=Australia/Darwin -Druntime.java=19
#6122
The text was updated successfully, but these errors were encountered: