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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyServerRpcConnection.java:
##########
@@ -101,9 +106,7 @@ void process(ByteBuff buf) throws IOException, 
InterruptedException {
 
   @Override
   public synchronized void close() {
-    disposeSasl();
     channel.close();
-    callCleanupIfNeeded();

Review Comment:
   Hmm not calling this is also a problem, but that's fine we can track that 
later.



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