Apache9 commented on code in PR #4611:
URL: https://github.com/apache/hbase/pull/4611#discussion_r918474682
##########
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:
We register close hook, so close the channel will trigger the close hook and
call these two methods.
--
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]