-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Cluster CoordinationCluster formation and cluster state publication, including cluster membership and fault detection.Cluster formation and cluster state publication, including cluster membership and fault detection.>test-failureTriaged test failures from CITriaged test failures from CI
Description
I wasn't able to reproduce this error locally. Although it's only failed once, I opted to file an issue because there have been some recent changes to the test related to Zen2.
This looks related to #36813, feel free to close this issue if you'd prefer to track work there.
Command to reproduce:
./gradlew :server:integTest --tests "org.elasticsearch.cluster.coordination.RareClusterStateIT.testDelayedMappingPropagationOnPrimary" \
-Dtests.seed=332AB212F4B698FB \
-Dtests.security.manager=true \
-Dtests.locale=kw-GB \
-Dtests.timezone=America/North_Dakota/Center \
-Dcompiler.java=12 \
-Druntime.java=11
Relevant excerpt from the logs:
org.elasticsearch.cluster.coordination.RareClusterStateIT > testDelayedMappingPropagationOnPrimary FAILED
java.util.concurrent.TimeoutException: Timeout waiting for task.
at __randomizedtesting.SeedInfo.seed([332AB212F4B698FB:459F59389E75EA12]:0)
at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:236)
at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:65)
at org.elasticsearch.cluster.coordination.RareClusterStateIT.lambda$testDelayedMappingPropagationOnPrimary$3(RareClusterStateIT.java:271)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:850)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:836)
at org.elasticsearch.cluster.coordination.RareClusterStateIT.testDelayedMappingPropagationOnPrimary(RareClusterStateIT.java:269)
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Cluster CoordinationCluster formation and cluster state publication, including cluster membership and fault detection.Cluster formation and cluster state publication, including cluster membership and fault detection.>test-failureTriaged test failures from CITriaged test failures from CI