-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/CCRIssues around the Cross Cluster State Replication featuresIssues around the Cross Cluster State Replication features>test-failureTriaged test failures from CITriaged test failures from CI
Description
FollowerFailOverIT.testAddNewReplicasOnFollower failed in 7.0 in
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.0+internalClusterTest/530/console
The repro command is:
./gradlew :x-pack:plugin:ccr:internalClusterTest \
-Dtests.seed=19484C0EDDEDE80D \
-Dtests.class=org.elasticsearch.xpack.ccr.FollowerFailOverIT \
-Dtests.method="testAddNewReplicasOnFollower" \
-Dtests.security.manager=true \
-Dtests.locale=ca-ES \
-Dtests.timezone=Asia/Ashgabat \
-Dcompiler.java=11 \
-Druntime.java=8
This didn't reproduce locally for me.
There are 20 assertion errors in the log. The first one is:
10:17:12 2> java.lang.AssertionError: [follower-index] IndexNotFoundException[no such index [follower-index]]
Then:
10:17:12 2> java.lang.AssertionError: java.lang.RuntimeException: Cluster is already closed
Then the one that causes the test failure:
10:17:12 ERROR 43.1s J7 | FollowerFailOverIT.testAddNewReplicasOnFollower <<< FAILURES!
10:17:12 > Throwable #1: java.lang.AssertionError: timed out waiting for green state
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/CCRIssues around the Cross Cluster State Replication featuresIssues around the Cross Cluster State Replication features>test-failureTriaged test failures from CITriaged test failures from CI