-
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.:Distributed Indexing/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests
Description
I see a couple of recent failures of testRetentionPolicyChangeDuringRecovery:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=opensuse/1797/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/5410/console
Also the PR build of #27856:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request/6288/console
Attempting to reproduce as advised yields success for me:
gradle :core:test -Dtests.seed=C56DDBF5A9AE3C38 -Dtests.class=org.elasticsearch.indices.recovery.RecoveryTests -Dtests.method="testRetentionPolicyChangeDuringRecovery" -Dtests.security.manager=true -Dtests.locale=sr-Latn-ME -Dtests.timezone=PRC
Possibly related to work that @dnhatn & @bleskes have been doing in this area? I have no failures of this before 2017-12-16 in my email archive.
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.:Distributed Indexing/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests