-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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] XPackRestIT p0=indices.freeze/10_basic/Basic L74 Failure #52209
Comments
Pinging @elastic/es-core-features (:Core/Features/ILM+SLM) |
Pinging @elastic/es-distributed (:Distributed/Engine) |
Pinging @elastic/es-search (:Search/Search) |
|
@dnhatn It looks like you already spent some time looking into it, I wonder whether you have ideas where the problem so that we could give a single area label to this failure? |
One more failure on 7.6 here: https://gradle-enterprise.elastic.co/s/w2qeb5quewqde/tests/fcijb24gqtmnc-dyizuu7rv265i |
The problem here is that the
If the test is unfortunate enough to run the search using
but the ilm-history index was not created in that test. The bulk processor used in
Looks like it is maybe even the history entry for updating the history's ilm status that causes this. Will open a PR to disable ILM history during these tests. |
The ILM history index can be delayed created from one test into the next, which can cause issues for tests using `_all`. Closes elastic#52209
The ILM history index can be delayed created from one test into the next, which can cause issues for tests using `_all`. Closes #52209
The ILM history index can be delayed created from one test into the next, which can cause issues for tests using `_all`. Closes #52209
The ILM history index can be delayed created from one test into the next, which can cause issues for tests using `_all`. Closes #52209
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.6+multijob-windows-compatibility/os=windows-2019/53/console
https://gradle-enterprise.elastic.co/s/t66es3e2pbe6g
Does not reproduce:
The text was updated successfully, but these errors were encountered: