HoustonPutman commented on code in PR #1998:
URL: https://github.com/apache/solr/pull/1998#discussion_r1353233256
##########
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:
This is what necessitated the change. the `chroot` that the user is using
might not exist yet.
--
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]