-
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] TransformIndexerStateTests.testStopAtCheckpointForThrottledTransform #65542
Comments
Pinging @elastic/ml-core (:ml/Transform) |
The log indicates a problem with a thread pool:
The test uses the name of the "generic" threadpool, I wonder if that's the cause of the race. It should use a e.g. the test suite name as thread pool name. |
This failed again today: https://gradle-enterprise.elastic.co/s/3pnnqhzzbqkok with the same message:
repro line (did not reproduce for me)
history Looks like it only failed once in the past 90 days. |
I had a look at the logs, no trace like in #65542 (comment), so this issue seems to have a different root cause. |
This might got fixed by #70461 I will keep this issue open for another week and see (however, even before the potential fix this happened extremely rare). |
No occurrence of this error in the last 90 days, closing |
Build scan:
https://gradle-enterprise.elastic.co/s/cdnepzmdlrqr2/tests/failed
Repro line:
Reproduces locally?:
No
Applicable branches:
7.x
Failure history:
Failure excerpt:
#62996 seems related. @hendrikmuhs do you think this test needs a similar fix?
The text was updated successfully, but these errors were encountered: