Skip to content
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] ConnectionClosedException in RestClientSingleHostIntegTests #30305

Closed
DaveCTurner opened this issue May 1, 2018 · 2 comments
Closed

[CI] ConnectionClosedException in RestClientSingleHostIntegTests #30305

DaveCTurner opened this issue May 1, 2018 · 2 comments
Labels
:Core/Infra/REST API REST infrastructure and utilities >test Issues or PRs that are addressing/adding tests v7.0.0-beta1

Comments

@DaveCTurner
Copy link
Contributor

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=amazon/2390/console yielded a failure with this stack trace:

Suite: org.elasticsearch.client.RestClientSingleHostIntegTests
ERROR   0.02s J0 | RestClientSingleHostIntegTests.testHeaders <<< FAILURES!
   > Throwable #1: org.apache.http.ConnectionClosedException: Connection closed
   >  at __randomizedtesting.SeedInfo.seed([9FFF61FF6DF2A0BF:552F51A0E4C041DF]:0)
   >  at org.elasticsearch.client.RestClient$SyncResponseListener.get(RestClient.java:718)
   >  at org.elasticsearch.client.RestClient.performRequest(RestClient.java:235)
   >  at org.elasticsearch.client.RestClient.performRequest(RestClient.java:198)
   >  at org.elasticsearch.client.RestClient.performRequest(RestClient.java:177)
   >  at org.elasticsearch.client.RestClientSingleHostIntegTests.testHeaders(RestClientSingleHostIntegTests.java:177)
   >  at java.lang.Thread.run(Thread.java:748)
   > Caused by: org.apache.http.ConnectionClosedException: Connection closed
   >  at org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpAsyncRequestExecutor.java:344)
   >  at org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:261)
   >  at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:81)
   >  at org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:39)
   >  at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)
   >  at org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)
   >  at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)
   >  at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)
   >  at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)
   >  at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
   >  at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
   >  ... 1 more
Completed [6/13] on J0 in 1.63s, 7 tests, 1 error <<< FAILURES!

No REPRODUCE WITH line was given, and there's not obviously any further logs on the worker.

@DaveCTurner DaveCTurner added >test Issues or PRs that are addressing/adding tests :Core/Infra/REST API REST infrastructure and utilities v7.0.0 labels May 1, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@jdconrad
Copy link
Contributor

jdconrad commented May 7, 2018

I believe this issue is the same as (#29558). Closing in favour of the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/REST API REST infrastructure and utilities >test Issues or PRs that are addressing/adding tests v7.0.0-beta1
Projects
None yet
Development

No branches or pull requests

4 participants