iamsanjay commented on PR #2276:
URL: https://github.com/apache/solr/pull/2276#issuecomment-2022150807

   **GO_AWAY** frame is used to terminate the connection. In our case, Jetty 
server is sending **GO_AWAY** to terminate the connection as we sending 
multiple "GetStream" requests to fetch all the files. 
   
   > Caused by: java.nio.channels.AsynchronousCloseException
   >    at 
org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:217)
 ~[http2-http-client-transport-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:175)
 ~[http2-http-client-transport-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:194)
 ~[http2-http-client-transport-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.client.http.HTTPSessionListenerPromise.onClose(HTTPSessionListenerPromise.java:101)
 ~[http2-http-client-transport-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:260) 
~[http2-common-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1197) 
~[http2-common-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.HTTP2Session$StreamsState.terminate(HTTP2Session.java:2153)
 ~[http2-common-10.0.20.jar:10.0.20]
   >    at 
org.eclipse.jetty.http2.HTTP2Session$StreamsState.lambda$sendGoAwayAndTerminate$16(HTTP2Session.java:2059)
 ~[http2-common-10.0.20.jar:10.0.20]
   
   @dsmiley Does jetty uses separate files for logging? If yes, can you please 
tell me How can I access that file, especially in test environment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to