HorizonNet commented on a change in pull request #345: HBASE-22638 : Zookeeper
Utility enhancements
URL: https://github.com/apache/hbase/pull/345#discussion_r298758992
##########
File path:
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
##########
@@ -1400,9 +1399,16 @@ public static void
deleteNodeRecursivelyMultiOrSequential(ZKWatcher zkw,
* Chunks the provided {@code ops} when their approximate size exceeds the
the configured limit.
* Take caution that this can ONLY be used for operations where atomicity is
not important,
* e.g. deletions. It must not be used when atomicity of the operations is
critical.
+ *
+ * @param zkw ZKWatcher
Review comment:
Please make it just a single whitespace between the parameter and the
description. Also, please try to make it more descriptive.
----------------------------------------------------------------
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