-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI
Description
- Test failure link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=amazon/1169/consoleFull
- Failure output:
FAILURE 0.07s J1 | IndexShardTests.testRelocatedShardCanNotBeRevivedConcurrently <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: an instance of org.elasticsearch.index.shard.IllegalIndexShardStateException
> but: null
> at __randomizedtesting.SeedInfo.seed([1F751A5A090E28D6:9DE5F0E3BB7ADB56]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.index.shard.IndexShardTests.testRelocatedShardCanNotBeRevivedConcurrently(IndexShardTests.java:1218)
> at java.lang.Thread.run(Thread.java:745)
- Reproduction line:
gradle :core:test -Dtests.seed=1F751A5A090E28D6 -Dtests.class=org.elasticsearch.index.shard.IndexShardTests -Dtests.method="testRelocatedShardCanNotBeRevivedConcurrently" -Dtests.security.manager=true -Dtests.locale=sr-RS -Dtests.timezone=Australia/Lindeman - Frequency: Failed 5 times in CI yesterday; does not reproduce locally.
Likely to relate to #25122.
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/EngineAnything around managing Lucene and the Translog in an open shard.Anything around managing Lucene and the Translog in an open shard.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CI