PDavid commented on code in PR #7215:
URL: https://github.com/apache/hbase/pull/7215#discussion_r2272744920
##########
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:
@NihalJain thanks. :+1: Just for my understanding: Do you mean to add a
link to https://issues.apache.org/jira/browse/HBASE-25292 to the JavaDoc here?
--
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]