jiangwen wei created SOLR-3606:
----------------------------------
Summary: Set the default timeout of HttpClient to a nonzero value
Key: SOLR-3606
URL: https://issues.apache.org/jira/browse/SOLR-3606
Project: Solr
Issue Type: Bug
Components: SolrCloud
Affects Versions: 5.0
Reporter: jiangwen wei
set timeout to zero means infinite timeout, which can cause infinite waiting.
considering the following case:
there are two servers A and B in solr cluster with two shards.
server A receive a search request from client and send a sub request to server
B.
server B also receive a search request from client and send a sub request to
server A.
the two requests cannot be completed forever, if the threads of jetty server in
server A and server B exhausted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]