carp84 commented on a change in pull request #195: HBASE-22322 Use special
pause for CallQueueTooBigException
URL: https://github.com/apache/hbase/pull/195#discussion_r279231000
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
##########
@@ -74,14 +80,12 @@ default AsyncAdminBuilder setMaxRetries(int maxRetries) {
* Set the max attempt times for an admin operation. Usually it is the max
retry times plus 1.
* Operation timeout and max attempt times(or max retry times) are both
limitations for retrying,
* we will stop retrying when we reach any of the limitations.
- * @param maxAttempts
* @return this for invocation chaining
*/
AsyncAdminBuilder setMaxAttempts(int maxAttempts);
/**
* Set the number of retries that are allowed before we start to log.
- * @param startLogErrorsCnt
Review comment:
Ditto.
----------------------------------------------------------------
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