You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "wchevreuil (via GitHub)" <gi...@apache.org> on 2023/06/09 16:41:02 UTC

[GitHub] [hbase] wchevreuil commented on a diff in pull request #5281: HBASE-27923 NettyRpcServer may hange if it should skip initial sasl h…

wchevreuil commented on code in PR #5281:
URL: https://github.com/apache/hbase/pull/5281#discussion_r1224524743


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcServerResponseEncoder.java:
##########
@@ -31,6 +31,8 @@
 @InterfaceAudience.Private
 class NettyRpcServerResponseEncoder extends ChannelOutboundHandlerAdapter {
 
+  static final String HANDLER_NAME = "NettyRpcServerResponseEncoder";

Review Comment:
   nit: rename it as "ENCODER_NAME"? 



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