jiajunwang commented on a change in pull request #974:
URL: https://github.com/apache/helix/pull/974#discussion_r421013228
##########
File path: helix-core/src/main/java/org/apache/helix/BaseDataAccessor.java
##########
@@ -166,6 +167,7 @@
* @param options Set the type of ZNode see the valid values in {@link
AccessOption}
* @return A list of children of the parent ZNode
*/
+ @Deprecated
List<T> getChildren(String parentPath, List<Stat> stats, int options);
/**
Review comment:
Since we already checked in the zkclient async call retry PR, let me
change to zero retry for the newly changed callers in this PR.
----------------------------------------------------------------
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]