PDavid commented on code in PR #7215:
URL: https://github.com/apache/hbase/pull/7215#discussion_r2272517750


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/ServerTooBusyException.java:
##########
@@ -33,6 +33,9 @@ public ServerTooBusyException(Address address, long count) {
     super("Busy Server! " + count + " concurrent RPCs against " + address);
   }
 
+  /**
+   * @deprecated Since 3.0.0, will be removed in 4.0.0.
+   */

Review Comment:
   Many thanks. :+1:
   Iteresting, this is even different than the fix versions of the 
https://issues.apache.org/jira/browse/HBASE-27097 Jira ticket. :open_mouth: 
   I'll update it.



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