-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/NetworkHttp and internode communication implementationsHttp and internode communication implementations>test-failureTriaged test failures from CITriaged test failures from CI
Description
I've seen a couple of failures of different tests from RemoteClusterConnectionTests failing like this:
org.elasticsearch.transport.RemoteClusterConnectionTests > testConnectedNodesConcurrentAccess FAILED
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=449, name=elasticsearch[org.elasticsearch.transport.RemoteClusterConnectionTests][generic][T#3], state=RUNNABLE, group=TGRP-RemoteClusterConnectionTests]
Caused by:
java.lang.IllegalStateException: transport has been stopped
REPRODUCE WITH: ./gradlew :server:test --tests "org.elasticsearch.transport.RemoteClusterConnectionTests.testConnectedNodesConcurrentAccess" -Dtests.seed=E63A7B3434778207 -Dtests.security.manager=true -Dtests.locale=es-CR -Dtests.timezone=Australia/Tasmania -Dcompiler.java=12 -Druntime.java=8
This particular one is testConnectedNodesConcurrentAccess but I've also seen testRenderConnectionInfoXContent fail in the same way. I've seen this on a branch off master at f2a6dd7 (so after #44805 was merged) - these CI failures look like the same issue too:
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/NetworkHttp and internode communication implementationsHttp and internode communication implementations>test-failureTriaged test failures from CITriaged test failures from CI