hiteshk25 commented on code in PR #1350:
URL: https://github.com/apache/solr/pull/1350#discussion_r1105168691


##########
solr/core/src/java/org/apache/solr/cloud/overseer/ReplicaMutator.java:
##########
@@ -438,9 +438,6 @@ private ZkWriteCommand updateState(
 
     DocCollection newCollection = 
CollectionMutator.updateSlice(collectionName, collection, slice);
     log.debug("Collection is now: {}", newCollection);
-    if (collection.isPerReplicaState() && oldReplica != null) {

Review Comment:
   The fix here is more about fetching(or triggering) the prs state in overseer 
node. This definitely needs more thoughts(when state.json is updated vs when 
prs updated vs how solrcore handles prs collection) to sync the prs state. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to