[ 
https://issues.apache.org/jira/browse/SOLR-8448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065834#comment-15065834
 ] 

Mark Miller commented on SOLR-8448:
-----------------------------------

It always seems to be the first request to jetty that fails. The failures also 
seem to happen in groups, which is interesting. The first request thing would 
indicate either we have not fully started yet, or we were not able to start 
properly.

One scatter guess is perhaps we are now able to return from jetty.start too 
early?

Perhaps in JettySolrRunner we should try waiting on start until 
lifecycle#started, rather than lifecycle#starting.

> A lot of tests can fail on a run with Caused by: java.net.SocketException: 
> Connection reset
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8448
>                 URL: https://issues.apache.org/jira/browse/SOLR-8448
>             Project: Solr
>          Issue Type: Test
>            Reporter: Mark Miller
>
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15259/
> Usually says:
> {quote}
> Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry 
> request with a non-repeatable request entity.  The cause lists the reason the 
> original request failed.
> {quote}
>  Looks like mostly example jetty tests. Something in common there.
> Usually, but not always, in deleteByQuery in the test.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to