-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Copy link
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.>test-failureTriaged test failures from CITriaged test failures from CI
Description
LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently fails occasionally on master and 6x. I reproduce locally with the following seed (the failure doesn't occur on each run though but I was able to reproduce after a few ones):
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+release-tests/1005/console
./gradlew :server:test \
-Dtests.seed=95ED5AB5FEF63FF6 \
-Dtests.class=org.elasticsearch.index.engine.LuceneChangesSnapshotTests \
-Dtests.method="testUpdateAndReadChangesConcurrently" \
-Dtests.security.manager=true \
-Dbuild.snapshot=false \
-Dtests.jvm.argline="-Dbuild.snapshot=false" \
-Dtests.locale=bg \
-Dtests.timezone=Pacific/Enderbury \
-Dcompiler.java=10 \
-Druntime.java=8
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.>test-failureTriaged test failures from CITriaged test failures from CI