NihalJain commented on code in PR #135:
URL:
https://github.com/apache/hbase-operator-tools/pull/135#discussion_r1303238782
##########
hbase-hbck2/README.md:
##########
@@ -156,13 +157,18 @@ Command:
If -i or --inputFiles is specified, pass one or more input file names.
Each file contains encoded region names, one per line. For example:
$ HBCK2 assigns -i fileName1 fileName2
+ If -b or --batchSize is specified, the command processes those many
+ regions at a time in a batch-ed manner; Consider using this option,
+ if the list of regions is huge, to avoid CallTimeoutException.
+ $ HBCK2 assigns -i fileName1 fileName2 -b 500
bypass [OPTIONS] [<PID>...|-i <INPUT_FILE>...]
Options:
-o,--override override if procedure is running/stuck
-r,--recursive bypass parent and its children. SLOW! EXPENSIVE!
-w,--lockWait milliseconds to wait before giving up; default=1
-i,--inputFiles take one or more input files of PID's
+ -b,--batchSize number of procedure to process in a batch
Review Comment:
nit: typo 'procedure' -> 'procedures'
--
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]