PDavid commented on code in PR #7215:
URL: https://github.com/apache/hbase/pull/7215#discussion_r2269019165
##########
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:
Can someone please double-check if this deprecation cycle is correct?
I saw that this
was made deprecated in the PR:
https://github.com/apache/hbase/pull/2669/files#diff-5427213e18b4be31fb91a0c148e98d2b96d3beed0f8cba9a253179a44b10e9a8
however to be completely honest I'm not 100% sure in which version it was made
deprecated and when it can be removed. :thinking:
--
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]