-
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.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv6.0.3
Description
At first this looked similar to #24932 but the error looks different:
FAILURE 48.1s J1 | ClusterDisruptionIT.testAckedIndexing <<< FAILURES!
> Throwable #1: java.lang.AssertionError: timed out waiting for green state
> at __randomizedtesting.SeedInfo.seed([B177E37DC19D7063:3BB6578E9DE09628]:0)
> at org.elasticsearch.test.ESIntegTestCase.ensureColor(ESIntegTestCase.java:944)
> at org.elasticsearch.test.ESIntegTestCase.ensureGreen(ESIntegTestCase.java:910)
> at org.elasticsearch.test.ESIntegTestCase.ensureGreen(ESIntegTestCase.java:899)
> at org.elasticsearch.discovery.ClusterDisruptionIT.testAckedIndexing(ClusterDisruptionIT.java:201)
> at java.lang.Thread.run(Thread.java:748)
I wasn't able to reproduce this locally so far. Reproduce line:
REPRODUCE WITH: gradle :core:integTest -Dtests.seed=B177E37DC19D7063 -Dtests.class=org.elasticsearch.discovery.ClusterDisruptionIT -Dtests.method="testAckedIndexing" -Dtests.security.manager=true -Dtests.locale=es-SV -Dtests.timezone=America/Puerto_Rico
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.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv6.0.3