Varun Thacker created SOLR-8553:
-----------------------------------

             Summary: Schema API could skip updating recovering replicas
                 Key: SOLR-8553
                 URL: https://issues.apache.org/jira/browse/SOLR-8553
             Project: Solr
          Issue Type: Bug
            Reporter: Varun Thacker


I was looking a OverseerCollectionMessageHandler#RELOAD and the code only 
reloads those replicas which are in active state:

{code}
    collectionCmd(message, params, results, Replica.State.ACTIVE, asyncId, 
requestMap);
{code}

I don't know the schema and config api's well enough but say we sent a command 
while one of the replicas was recovering , that replica would not get updated 
right? 



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