-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] ILMDownsampleDisruptionIT testILMDownsampleRollingRestart failing #126495
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
…tILMDownsampleRollingRestart #126495
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/es-data-management (Team:Data Management) |
It looks like this test still has the issue of the In the logs there's an instance of
|
My guess is that something different went wrong here. The errors after
Meaning that this settings retrieval API call is failing: Lines 197 to 200 in f658af6
The reason that this happens - even though we check for index existence on the line above - is because these two API calls can hit different nodes and both of them are running on the local node - since #126051 and #125652. We've seen cases before where one node sees cluster state |
Wait for the index to exist on the master node to ensure all nodes have the latest cluster state. Fixes elastic#126495
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: