kaisun2000 commented on a change in pull request #765: Add DedicatedZkClient
and update DedicatedZkClientFactory
URL: https://github.com/apache/helix/pull/765#discussion_r381463454
##########
File path:
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/ZkClient.java
##########
@@ -636,7 +636,7 @@ public String create(final String path, Object datat,
final List<ACL> acl, final
* @throws IllegalArgumentException if called from anything else except the
ZooKeeper event thread
* @throws ZkException if any zookeeper exception occurs
*/
- private String create(final String path, final Object dataObject, final
List<ACL> acl,
+ public String create(final String path, final Object dataObject, final
List<ACL> acl,
Review comment:
Why change this access modifier in ZkClient? This is interface change.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]