ndimiduk commented on a change in pull request #4180:
URL: https://github.com/apache/hbase/pull/4180#discussion_r837482766



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdminBuilder.java
##########
@@ -50,21 +50,38 @@
    * Set the base pause time for retrying. We use an exponential policy to 
generate sleep time when
    * retrying.
    * @return this for invocation chaining
-   * @see #setRetryPauseForCQTBE(long, TimeUnit)
+   * @see #setRetryPauseForServerOverloaded(long, TimeUnit)
    */
   AsyncAdminBuilder setRetryPause(long timeout, TimeUnit unit);
 
   /**
-   * Set the base pause time for retrying when we hit {@code 
CallQueueTooBigException}. We use an
+   * Set the base pause time for retrying when we hit {@code 
ServerOverloadedException}. We use an

Review comment:
       This `ServerLoverloadedException` type doesn't exist anymore, and you 
make mention to it in several places in the javadocs. Use `{@link _class_}` 
instead of `@code` and the IDE will support you through class renames and 
deletions.




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