-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] Test cat data frame analytics single job with header failing #58841
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 (:ml/Transform) |
There have been a few test failures that are likely caused by tests performing actions that use ML indices immediately after the actions that create those ML indices. Currently this can result in attempts to search the newly created index before its shards have initialized. This change makes the method that creates the internal ML indices that have been affected by this problem (state and stats) wait for the shards to be initialized before returning. Fixes elastic#54887 Fixes elastic#55221 Fixes elastic#55807 Fixes elastic#57102 Fixes elastic#58841 Fixes elastic#59011
…#59027) There have been a few test failures that are likely caused by tests performing actions that use ML indices immediately after the actions that create those ML indices. Currently this can result in attempts to search the newly created index before its shards have initialized. This change makes the method that creates the internal ML indices that have been affected by this problem (state and stats) wait for the shards to be initialized before returning. Fixes #54887 Fixes #55221 Fixes #55807 Fixes #57102 Fixes #58841 Fixes #59011
This looks similar to the issue mentioned here. @droberts195 should this be fixed on 7.x or is this a different issue? |
Another failure in https://gradle-enterprise.elastic.co/s/rbuxasr7s4yug It's most likely the |
Happened again in https://gradle-enterprise.elastic.co/s/wmrnvevbdno7i |
Failed 3 times on 7.x in the past days
Build scan: https://gradle-enterprise.elastic.co/s/7vn6gnjkkthfy
Output:
The text was updated successfully, but these errors were encountered: