Skip to content

[CI] FollowerFailOverIT testAddNewReplicasOnFollower failed #38894

@droberts195

Description

@droberts195

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 features>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions