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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to