-
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] NetworkDisruptionIT.testJobRelocation failure in 6.7 #39858
Comments
Pinging @elastic/ml-core |
Another instance https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/2535/console Does not reproduce
There have been a number of instances of this test failing, muted on master 27346a0, 7.x 78a9754 and 7.0 3499f3e |
I unmuted this in #43268 expecting recent changes to have fixed the issue but the test failed in CI fairly quickly although with a different error. https://scans.gradle.com/s/drxp7uehj4yhk/tests/lf2lfu4ufazso-4wtidedbn6cyi?openStackTraces=WzFd
Log file attached: Muted the test (again) in 21feeb0 |
The test creates a 5 node cluster then partitions one of those nodes. The 4 node side forms a new cluster and the single node is left trying and failing to form a cluster by itself. Later a call is made to I've no idea why the test started failing around March 19 I'll look for a breaking change. |
A different test entirely failed with the same error:
Log here: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.7+internalClusterTest/1123/console
Reproduction line is:
The failure is at the start of the test, in
internalCluster().ensureAtLeastNumDataNodes(5);
, so I don't think it's specific to the test itselfTaken from
See #37462 for context on the original issue and the split up issue.
The text was updated successfully, but these errors were encountered: