-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] CorruptedFileIT.testCorruptFileThenSnapshotAndRestore test failure #41201
Comments
Pinging @elastic/es-distributed |
It failed again, I could not reproduce this locally:
|
The problem is #24800, i.e., that the corruption is not properly detected and the shard not marked as corrupted, as the underlying
Relevant log line:
@original-brownbear can you extend corruption detection so that it handles suppressed corruption exceptions as well? |
@ywelsch sure on it :) Thanks for the input! |
Another build failed due to this issue: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+artifactory/720/console Reproduce:
Trace:
Further in the Logs, I see similar errors to the ones pointed out by @ywelsch
|
fixed in #41889 |
We had another test failure in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.1+multijob-unix-compatibility/os=amazon/14, i.e. on the @original-brownbear do you intent to backport #41889 to that branch as well? For reference:
|
@danielmitterdorfer yea I guess I should unless @ywelsch has any objects to back-porting it further? |
++ to backport |
Ah oops, back porting it now :) |
back ported to |
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+intake/1053/testReport/junit/org.elasticsearch.index.store/CorruptedFileIT/testCorruptFileThenSnapshotAndRestore/
REPRODUCE WITH: ./gradlew :server:integTest --tests "org.elasticsearch.index.store.CorruptedFileIT.testCorruptFileThenSnapshotAndRestore" -Dtests.seed=F06B870781995DCA -Dtests.security.manager=true -Dtests.locale=vi-VN -Dtests.timezone=Africa/Brazzaville -Dcompiler.java=12 -Druntime.java=8
Does not reproduce locally.
Related: #30577 #36526 #26773 #19591 #8516
The text was updated successfully, but these errors were encountered: