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_r279230943
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
##########
@@ -36,34 +36,40 @@
* Set timeout for a whole admin operation. 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 timeout
- * @param unit
* @return this for invocation chaining
*/
AsyncAdminBuilder setOperationTimeout(long timeout, TimeUnit unit);
/**
* Set timeout for each rpc request.
- * @param timeout
- * @param unit
* @return this for invocation chaining
*/
AsyncAdminBuilder setRpcTimeout(long timeout, TimeUnit unit);
/**
* Set the base pause time for retrying. We use an exponential policy to
generate sleep time when
* retrying.
- * @param timeout
- * @param unit
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