-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] TranslogTests#testFatalIOExceptionsWhileWritingConcurrently times out #29509
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
Comments
@jasontedor do you have a chance to have a look at this given that you touched this test a few days ago? |
Pinging @elastic/es-distributed |
This test has been failing quite a few times with a suite timeout, opened #29509 for it.
This test has been failing quite a few times with a suite timeout, opened #29509 for it.
Test muted in master and 6.x branches. |
A translog thread can deadlock itself if it holds the read lock ( |
I opened #29520. |
TranslogTests#testFatalIOExceptionsWhileWritingConcurrently
fails with a suite timeout error. This happened a couple of times a day in the last few days.Example of a recent failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos/2300/console .
I can't reproduce this failure with the seed, but it is rather easy to reproduce it just by running this test some times (I tried once with iters set to 100 and it failed pretty quickly). Sounds like it's a timing issue then. I wonder if it may be caused by recent changes in #29401 that were fixing another failure for this same test method.
The text was updated successfully, but these errors were encountered: