kaisun2000 commented on a change in pull request #1066:
URL: https://github.com/apache/helix/pull/1066#discussion_r445254394
##########
File path:
zookeeper-api/src/main/java/org/apache/helix/zookeeper/zkclient/ZkClient.java
##########
@@ -1740,27 +1707,34 @@ public Stat writeDataGetStat(final String path, Object
datat, final int expected
public void asyncCreate(final String path, Object datat, final CreateMode
mode,
final ZkAsyncCallbacks.CreateCallbackHandler cb) {
+ asyncCreate(path, datat, mode, cb, null);
+ }
+
+ public void asyncCreate(final String path, Object data, final CreateMode
mode,
Review comment:
I assume we should invoke this one in ZkBaseDataAccessor#createChildren.
But I did not see it.
Am I missing something here?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]