-
Notifications
You must be signed in to change notification settings - Fork 25.2k
DeleteExpiredDataIT.testDeleteExpiredData failure #39575
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
Pinging @elastic/ml-core |
This will be closed by #39574 |
There are two interrelated problems:
|
This failed again on master: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+release-tests/511/console The first build, at least, appears to include the fixes from #39574, so I'm going to reopen this. |
The new failure is that the test timed out while waiting for the jobs to close. This was probably caused due to slow workers and my changes that we now run the 5 jobs in parallel. I'm looking into what should the best solution be. |
link #39658 which seems to cause this. Maybe it's an option to simply turn off the audit logging for this test? |
Investigating how to make DeleteExpiredDataIT faster, it was revealed that the security audit trail threads were quite hot. Disabling that seems to be helping quite a bit with making this test faster. This commit also unmutes the test to see how it goes with the audit trail disabled. Relates elastic#39658 Closes elastic#39575
Investigating how to make DeleteExpiredDataIT faster, it was revealed that the security audit trail threads were quite hot. Disabling that seems to be helping quite a bit with making this test faster. This commit also unmutes the test to see how it goes with the audit trail disabled. Relates #39658 Closes #39575
Investigating how to make DeleteExpiredDataIT faster, it was revealed that the security audit trail threads were quite hot. Disabling that seems to be helping quite a bit with making this test faster. This commit also unmutes the test to see how it goes with the audit trail disabled. Relates #39658 Closes #39575
Investigating how to make DeleteExpiredDataIT faster, it was revealed that the security audit trail threads were quite hot. Disabling that seems to be helping quite a bit with making this test faster. This commit also unmutes the test to see how it goes with the audit trail disabled. Relates #39658 Closes #39575
Failed build at https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/813/
Does not reproduce locally.
Reproduce block:
There are a few interesting stack traces here, but this one jumped out at me, and happens a lot:
But this is also present:
The text was updated successfully, but these errors were encountered: