You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/07/13 02:38:32 UTC

[GitHub] [hbase] virajjasani commented on a diff in pull request #4618: HBASE-27195 Clean up netty worker/thread pool configuration

virajjasani commented on code in PR #4618:
URL: https://github.com/apache/hbase/pull/4618#discussion_r919597023


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcServer.java:
##########
@@ -64,10 +64,11 @@ public class NettyRpcServer extends RpcServer {
   /**
    * Name of property to change netty rpc server eventloop thread count. Default is 0. Tests may set
    * this down from unlimited.
+   * @deprecated Use NettyEventLoopGroupConfig#NETTY_WORKER_COUNT_KEY instead.
    */
+  @Deprecated

Review Comment:
   Does IA.LP means we will have to go through deprecation cycle?



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org