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


##########
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:
   Actually, the versions are derived from the commit where the deprecated tag 
was added hence we should refer 
https://issues.apache.org/jira/browse/HBASE-25292



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