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

Mark Miller commented on SOLR-12290:
------------------------------------

This is kind of ugly because it happens during recovery - so if lots of updates 
are coming in, it's possible that you have a legit reason to recover, you start 
to recover, that ruins connections, updates can fail because of that, recovery 
is triggered again, updates still coming in ... etc.

> When you fetch a file for replication we close the request output stream 
> after writing the file which ruins the connection for reuse.
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-12290
>                 URL: https://issues.apache.org/jira/browse/SOLR-12290
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Major
>
> We can't close response output streams, we need to reuse these connections. 
> If we do, clients are hit will connection problems when they try and reuse 
> the connection from their pool.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to