-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] frequent master failures in 6.8 debian CI tests #49057
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/es-distributed (:Distributed/Distributed) |
This looks to be an infrastructure issue with nodes not being able to establish connections between themselves and not detecting dropped connections. There have been no changes to the distributed layer in 6.8, and I suspect this is the same stuff as #43387
|
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
Looks like the infrastructure issues are resolved and these jobs have been passing. Closing for now. |
it looks like this re-occurred again. One example https://gradle-enterprise.elastic.co/s/atangcvtavd4k was there an infra issue last time ? so that we can notify the infra team about the problem reoccurring. |
This is manifesting the same way again with connection timeouts and it looks like #43387 has also started appearing again. @original-brownbear has an open issue regarding looking into the possibility of testing this on different infrastructure due to the networking issues we see on Debian 8/9 and GCP. These failures look different than #43387, however I suspect this is due to the use of a different transport; 6.8 failures appear to be using the MockTcpTransport, which is blocking so we will not see the logging messages that are seen with the MockNioTransport in 7.x+. |
Closing this as a duplicate of #43387, both have the same cause. |
For the last few days the CI tests for debian-8 6.8 have been failing with various master node connection issues like the following
see this job link for more information.
The text was updated successfully, but these errors were encountered: