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

Mark Miller commented on SOLR-8451:
-----------------------------------

Okay, I dug into this a bit. Actually, we should not call abort at all. Right 
now, since we call it after close, it's harmless though.

Also, ConcurrentUpdateSolrClient very oddly seem to always not read that last 
40 or 44 bytes of the server response even on successful requests. That's odd, 
but should not mess with connection reuse. We only have to ensure we close the 
content stream, not read it all.

> We should be calling method.abort before response.close in HttpSolrClient
> -------------------------------------------------------------------------
>
>                 Key: SOLR-8451
>                 URL: https://issues.apache.org/jira/browse/SOLR-8451
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>




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

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

Reply via email to