murblanc commented on a change in pull request #2148: URL: https://github.com/apache/lucene-solr/pull/2148#discussion_r551623207
########## File path: solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java ########## @@ -165,6 +205,8 @@ public static Object verifyProp(Map<String, Object> props, String propName, Obje case AUTO_ADD_REPLICAS: case READ_ONLY: return Boolean.parseBoolean(o.toString()); + case PER_REPLICA_STATE: Review comment: Can add this case to the group of two just above since they do the same thing already. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org