Skip to content
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.testCorruptPrimaryNoReplica #30741

Closed
vladimirdolzhenko opened this issue May 19, 2018 · 3 comments · Fixed by #30778
Closed

[CI] CorruptedFileIT.testCorruptPrimaryNoReplica #30741

vladimirdolzhenko opened this issue May 19, 2018 · 3 comments · Fixed by #30778
Assignees
Labels
:Distributed/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI v6.4.0

Comments

@vladimirdolzhenko
Copy link
Contributor

similar to #8515 - but it has been reported that original root cause was solved.

LOG: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1726/console

 2> REPRODUCE WITH: ./gradlew :server:integTest -Dtests.seed=9C447E00AC0E83A0 -Dtests.class=org.elasticsearch.index.store.CorruptedFileIT -Dtests.method="testCorruptPrimaryNoReplica" -Dtests.security.manager=true -Dtests.locale=ar-JO -Dtests.timezone=America/Argentina/Ushuaia
FAILURE  303s J0 | CorruptedFileIT.testCorruptPrimaryNoReplica <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: 
   > Expected: is <RED>
   >      but: was <GREEN>
   > 	at __randomizedtesting.SeedInfo.seed([9C447E00AC0E83A0:B978C8BE40A1B7B7]:0)
   > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   > 	at org.elasticsearch.index.store.CorruptedFileIT.testCorruptPrimaryNoReplica(CorruptedFileIT.java:285)
   > 	at java.lang.Thread.run(Thread.java:748)
@vladimirdolzhenko vladimirdolzhenko added >test-failure Triaged test failures from CI :Distributed/Recovery Anything around constructing a new shard, either from a local or a remote source. v6.4.0 labels May 19, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@dnhatn
Copy link
Member

dnhatn commented May 20, 2018

This may relate to #30577. I will look at this.

@dnhatn
Copy link
Member

dnhatn commented May 22, 2018

I have reproduced and verified that this test and #30577 are caused by the same source.

dnhatn added a commit that referenced this issue May 22, 2018
The new snapshot includes LUCENE-8324 which fixes missing checkpoint
after a fully deletes segment is dropped on flush. This snapshot should
resolves failed tests in the CorruptedFileIT suite.

Closes #30741
Closes #30577
dnhatn added a commit that referenced this issue May 29, 2018
The new snapshot includes LUCENE-8324 which fixes missing checkpoint
after a fully deletes segment is dropped on flush. This snapshot should
resolves failed tests in the CorruptedFileIT suite.

Closes #30741
Closes #30577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI v6.4.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants