stillalex commented on code in PR #1998:
URL: https://github.com/apache/solr/pull/1998#discussion_r1353231439


##########
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ClusterProperties.java:
##########
@@ -220,7 +220,7 @@ public void setClusterProperty(String propertyName, Object 
propertyValue) throws
           @SuppressWarnings({"rawtypes"})
           Map properties = new LinkedHashMap();
           properties.put(propertyName, propertyValue);
-          client.create(
+          client.makePath(

Review Comment:
   minor: this doesn't seem to need the change, given that it's a constant.



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