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

Mark Miller commented on SOLR-8450:
-----------------------------------

This was causing my new connection reuse test in SOLR-8451 to fail on trunk 
(only with the jetty upgrade).

It seems that we were retrying on ConcurrentUpdateSolrClient requests. I had 
expected those retries to fail as non retriable.

Here is a patch with a subset of changes from SOLR-8451. We can use chunked 
encoding to detect streaming if we start using the content stream sizes in 
HttpSolrClient (which is more efficient anyway?).

> Internal HttpClient used in SolrJ is retries requests by default
> ----------------------------------------------------------------
>
>                 Key: SOLR-8450
>                 URL: https://issues.apache.org/jira/browse/SOLR-8450
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java, SolrJ
>            Reporter: Shalin Shekhar Mangar
>             Fix For: 5.5, Trunk
>
>




--
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