-
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.>test-failureTriaged test failures from CITriaged test failures from CITeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
Build scan:
https://gradle-enterprise.elastic.co/s/g637ms6cz3nvc
Repro line:
./gradlew ':qa:mixed-cluster:v7.8.1#mixedClusterTest' --tests "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" \
-Dtests.method="test {p0=indices.stats/20_translog/Translog stats on closed indices with soft-deletes}" \
-Dtests.seed=859ADC1A3F80198E \
-Dtests.security.manager=true \
-Dtests.locale=fr-CA \
-Dtests.timezone=America/Tegucigalpa \
-Dtests.distribution=default \
-Druntime.java=8
Reproduces locally?:
No
Applicable branches:
7.8
Failure history:
Failure excerpt:
Assertion failure is:
java.lang.AssertionError: Failure at [indices.stats/20_translog:273]: field [acknowledged] doesn't have a true value
Expected: not a string equal to "false" ignoring case
but: was "false"
Output is:
[2020-08-10T07:18:36,912][INFO ][o.e.b.MixedClusterClientYamlTestSuiteIT] [test] [p0=indices.stats/20_translog/Translog stats on closed indices with soft-deletes] before test
[2020-08-10T07:18:37,226][INFO ][o.e.b.MixedClusterClientYamlTestSuiteIT] [test] Stash dump on test failure [{
"stash" : {
"body" : {
"acknowledged" : false,
"shards_acknowledged" : false,
"indices" : {
"test" : {
"closed" : false,
"failedShards" : {
"0" : {
"failures" : [
{
"node" : "cHTHt6wERIqlWQj60Ni-yg",
"shard" : 0,
"index" : "test",
"status" : "INTERNAL_SERVER_ERROR",
"reason" : {
"type" : "illegal_state_exception",
"reason" : "Global checkpoint [-1] mismatches maximum sequence number [0] on index shard [test][0]"
}
}
]
}
}
}
}
}
}
}]
[2020-08-10T07:18:37,305][INFO ][o.e.b.MixedClusterClientYamlTestSuiteIT] [test] Clearing template [global]
[2020-08-10T07:18:37,327][INFO ][o.e.b.MixedClusterClientYamlTestSuiteIT] [test] Clearing template [ilm-history]
[2020-08-10T07:18:37,422][INFO ][o.e.b.MixedClusterClientYamlTestSuiteIT] [test] [p0=indices.stats/20_translog/Translog stats on closed indices with soft-deletes] after test
The failure is the same as in #46535, but presumably the root cause is different as that was fixed a long time ago.
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 CITeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.