noblepaul commented on code in PR #1350:
URL: https://github.com/apache/solr/pull/1350#discussion_r1104935400
##########
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:
So, essentially, we always end up modifying state.json.
Which property is being updated here for the replica?
--
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]