Apache9 commented on code in PR #7221:
URL: https://github.com/apache/hbase/pull/7221#discussion_r2278486472
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcServer.java:
##########
@@ -68,6 +68,7 @@
* while the server is up. CallRunner#run executes the call. When done, asks
the included Call to
* put itself on new queue for Responder to pull from and return result to
client.
* @see BlockingRpcClient
+ * @deprecated Since 2.4.14, 2.5.0, will be removed in 4.0.0. Use {@link
NettyRpcServer} instead.
*/
@Deprecated()
Review Comment:
We can remove the '()' after the annotation?
--
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]