-
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 CITeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
It hasn't failed before in this way, but felt worth filing since it tripped an assert in the code:
if (acceptableClusterStatePredicate.test(state)) {
ActionListener.completeWith(listener, () -> buildResponse(request, state));
} else {
assert acceptableClusterStateOrFailedPredicate.test(state) == false;
...
Reproduction line:
./gradlew ':qa:smoke-test-http:integTest' --tests "org.elasticsearch.http.ClusterStateRestCancellationIT.testClusterStateRestCancellation" -Dtests.seed=BF5860E36BE09C8F -Dtests.locale=hr-HR -Dtests.timezone=America/Boise -Druntime.java=15
Applicable branches:
master
Reproduces locally?:
No
Failure history: this test has failed once before recently, but not with the same error
Failure excerpt:
org.elasticsearch.http.ClusterStateRestCancellationIT > classMethod FAILED
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1526, name=elasticsearch[node_s0][transport_worker][T#3], state=RUNNABLE, group=TGRP-ClusterStateRestCancellationIT]
Caused by:
java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([BF5860E36BE09C8F]:0)
at org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction.masterOperation(TransportClusterStateAction.java:82)
at org.elasticsearch.action.admin.cluster.state.TransportClusterStateAction.masterOperation(TransportClusterStateAction.java:42)
at org.elasticsearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction.lambda$doStart$3(TransportMasterNodeAction.java:151)
at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62)
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 CITeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.