-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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] QueueResizingEsThreadPoolExecutorTests.testAutoQueueSizingWithMax + thread leakage #30740
Comments
Pinging @elastic/es-core-infra |
@dakrone Would you take a look? |
Yep I'll take a look |
Enables debug logging on QueueResizingEsThreadPoolExecutorTests#testAutoQueueSizingWithMax Relates to #30740
Enables debug logging on QueueResizingEsThreadPoolExecutorTests#testAutoQueueSizingWithMax Relates to #30740
I pushed a commit to enable debug logging for this test, unfortunately I wasn't able to reproduce it and there's not much info from the failure currently. Hopefully if it fails again we'll have more information. |
Hi @dakrone, I see this failure on 6.x build. |
Enables debug logging on QueueResizingEsThreadPoolExecutorTests#testAutoQueueSizingWithMax Relates to #30740
@dakrone unfortunately the commit to enable debug logging was missing on 6.x so I took the liberty of cherry-picking it for you in a204f93. @bizybot, @atorok As a suggestion: I think it would make sense in such cases to paste the relevant log snippet here on the ticket and not just refer to the CI links because the logs are wiped after some time (IIRC the retention period is two weeks). While it is possible to get them after that period as well it can be a bit of a hassle. For completeness, here is the snippet containing the relevant output from recent test failure referred to by Alpar above (which is actually the same link as the one from Yogesh):
As you see the output only contains INFO messages but no DEBUG logs. |
Looks like 6.x missed the |
It was already added to `testAutoQueueSizingWithMax`, however, that has not recently failed. There was a failure for `testAutoQueueSizingWithMin` in mid December without any extra logs. Relates to elastic#30740
Closing this as it has not failed on 6.x and up for a while |
I'm re-opening this instead of a new issue as the new failure ( in 7.x this time ) is identical. https://gradle-enterprise.elastic.co/s/dc6jwya7fgzoc/console-log?task=:server:test
|
This test failed once more in June, but the feature has also been removed from master (#52280). Given this rarely fails, and it can only do so on 7.x branches, I'm going to close this. |
Failed on 7.x again: https://gradle-enterprise.elastic.co/s/ntpidbhmvfftc
It has failed 4 times since December. |
Log:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.2+periodic/704/console
+ thred leakage there
The text was updated successfully, but these errors were encountered: