[ 
https://issues.apache.org/jira/browse/SOLR-8417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zengjie updated SOLR-8417:
--------------------------
    Comment: was deleted

(was: Add a core node check parameter and pass to remoteQuery can fix this 
issue)

> HttpSolrCall occur a Infinite loop request process if the collection is 
> totally not loaded 
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8417
>                 URL: https://issues.apache.org/jira/browse/SOLR-8417
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 5.3.1
>            Reporter: zengjie
>            Priority: Critical
>         Attachments: HttpSolrCall.patch
>
>
> If every core of  a collection is not loaded by CoresLocator(for example: all 
> core directory have no read permission).In this situation,if some request 
> send to the collection, HttpSolrCall  can't pick a available core to process 
> the request and try to pass the request to other nodes by remoteQuery method, 
> and every node do the same operation,this make a infinite request loop  in 
> these nodes and block a lot of http connections.
> This problem is not common problem, but if someone hit ,it's very terrible.



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