-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Storage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkbugSomething isn't workingSomething isn't workingv2.7.0
Description
The following failed with a timeout, but is not reproducible:
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.RemoteStoreIT.testRemoteTranslogRestore" -Dtests.seed=DF38037B9405A5AE -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=de-CH -Dtests.timezone=America/North_Dakota/Beulah -Druntime.java=17
org.opensearch.remotestore.RemoteStoreIT > testRemoteTranslogRestore FAILED
java.lang.AssertionError: timed out waiting for yellow state
at __randomizedtesting.SeedInfo.seed([DF38037B9405A5AE:C4871B4D04A1356B]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.opensearch.test.OpenSearchIntegTestCase.ensureColor(OpenSearchIntegTestCase.java:1007)
at org.opensearch.test.OpenSearchIntegTestCase.ensureYellowAndNoInitializingShards(OpenSearchIntegTestCase.java:960)
at org.opensearch.remotestore.RemoteStoreIT.verifyRestoredData(RemoteStoreIT.java:143)
at org.opensearch.remotestore.RemoteStoreIT.testRemoteTranslogRestore(RemoteStoreIT.java:181)
(#6182) https://build.ci.opensearch.org/job/gradle-check/10624/consoleFull
/cc @sachinpkale
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Storage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkbugSomething isn't workingSomething isn't workingv2.7.0