Skip to content

[CI] TransportSearchActionTests.testCollectSearchShards fails due to timeout #44563

@bizybot

Description

@bizybot

Intake build failed for branch 7.2:

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.2+intake/262/console
Locally I could not reproduce this with following:

./gradlew :server:test --tests "org.elasticsearch.action.search.TransportSearchActionTests.testCollectSearchShards" -Dtests.seed=BCDB8CE0033546CE -Dtests.security.manager=true -Dtests.locale=es-PA -Dtests.timezone=America/Winnipeg -Dcompiler.java=12 -Druntime.java=8
21:28:53 org.elasticsearch.action.search.TransportSearchActionTests > testCollectSearchShards FAILED
21:28:53     java.lang.IllegalStateException: failed to connect to remote clusters
21:28:53         at __randomizedtesting.SeedInfo.seed([BCDB8CE0033546CE:F2C42DA586FB716E]:0)
21:28:53         at org.elasticsearch.transport.RemoteClusterService.initializeRemoteClusters(RemoteClusterService.java:432)
21:28:53         at org.elasticsearch.transport.TransportService.doStart(TransportService.java:241)
21:28:53         at org.elasticsearch.common.component.AbstractLifecycleComponent.start(AbstractLifecycleComponent.java:59)
21:28:53         at org.elasticsearch.action.search.TransportSearchActionTests.testCollectSearchShards(TransportSearchActionTests.java:611)
21:28:53 
21:28:53         Caused by:
21:28:53         java.util.concurrent.ExecutionException: ConnectTransportException[[][127.0.0.1:10308] connect_timeout[30s]]
21:28:53             at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.getValue(BaseFuture.java:266)
21:28:53             at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:239)
21:28:53             at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:65)
21:28:53             at org.elasticsearch.transport.RemoteClusterService.initializeRemoteClusters(RemoteClusterService.java:426)
21:28:53             ... 3 more
21:28:53 
21:28:53             Caused by:
21:28:53             ConnectTransportException[[][127.0.0.1:10308] connect_timeout[30s]]

In the past, this has failed but was reported in another issue: #33852 (comment)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions