iamsanjay commented on PR #2276: URL: https://github.com/apache/solr/pull/2276#issuecomment-2027942595
Fix for RST_STREAM! Upon enabling logs at "org.eclipse.jetty" level. It was found that IndexFetcher was closing the InputStream prematurely, causing the client to send RST_FRAME and flooding the server with RESET Frame and eventually hitting the ceiling. The solution involved modifying the IndexFetcher to continue reading from the InputStream until it receives a zero-length packet before closing the stream. PS :- Our friends at Jetty helped. [Thank you @sbordet!](https://github.com/jetty/jetty.project/issues/11595#issuecomment-2027522789) -- 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