bbeaudreault commented on code in PR #4273:
URL: https://github.com/apache/hbase/pull/4273#discussion_r845264668
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncRpcRetryingCallerFactory.java:
##########
@@ -119,8 +119,8 @@ public AsyncRpcRetryingCallerFactory(AsyncConnectionImpl
conn, Timer retryTimer)
return this;
}
- public SingleRequestCallerBuilder<T> pauseForCQTBE(long pause, TimeUnit
unit) {
- this.pauseForCQTBENs = unit.toNanos(pause);
+ public SingleRequestCallerBuilder<T> pauseForServerOverloaded(long pause,
TimeUnit unit) {
Review Comment:
this class is IA.Private, so I simply rename all of these methods rather
than handle deprecation
--
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]