NihalJain commented on code in PR #135:
URL: 
https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303249086


##########
hbase-hbck2/README.md:
##########
@@ -173,6 +179,10 @@ Command:
    If -i or --inputFiles is specified, pass one or more input file names.
    Each file contains PID's, one per line. For example:
      $ HBCK2 bypass -i fileName1 fileName2
+   If -b or --batchSize is specified, the command processes those many
+   procedures at a time in a batch-ed manner; Consider using this option,
+   if the list of procedures is huge, to avoid CallTimeoutException.
+     $ HBCK2 bypass -i fileName1 fileName2 -b 500

Review Comment:
   Add details on default batch size in help/



-- 
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]

Reply via email to