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] TranslogTests#testFatalIOExceptionsWhileWritingConcurrently failure #29390

Closed
davidkyle opened this issue Apr 5, 2018 · 4 comments · Fixed by #29401
Closed

[CI] TranslogTests#testFatalIOExceptionsWhileWritingConcurrently failure #29390

davidkyle opened this issue Apr 5, 2018 · 4 comments · Fixed by #29401
Assignees
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI

Comments

@davidkyle
Copy link
Member

A reproducible failure with an assertion error

FAILURE 0.42s | TranslogTests.testFatalIOExceptionsWhileWritingConcurrently <<< FAILURES!
   > Throwable #1: java.lang.AssertionError
   >    at __randomizedtesting.SeedInfo.seed([4E4569681BD5E1BB:198DEEA7190343F8]:0)
   >    at org.elasticsearch.index.translog.TranslogTests.testFatalIOExceptionsWhileWritingConcurrently(TranslogTests.java:1872)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   >    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >    at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   >    at java.base/java.lang.Thread.run(Thread.java:844)
./gradlew :server:test \
  -Dtests.seed=4E4569681BD5E1BB \
  -Dtests.class=org.elasticsearch.index.translog.TranslogTests \
  -Dtests.method="testFatalIOExceptionsWhileWritingConcurrently" \
  -Dtests.security.manager=true \
  -Dtests.locale=it-IT \
  -Dtests.timezone=America/Martinique

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-darwin-compatibility/1896/console

@davidkyle davidkyle added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI v7.0.0 labels Apr 5, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@davidkyle davidkyle added :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. and removed :Core/Infra/Core Core issues without another label labels Apr 5, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@jasontedor
Copy link
Member

This one is caused by #29264.

@jasontedor
Copy link
Member

I opened #29401.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants