stoty commented on code in PR #5665:
URL: https://github.com/apache/hbase/pull/5665#discussion_r1480234890
##########
hbase-shell/src/main/ruby/shell.rb:
##########
@@ -108,6 +108,8 @@ class Shell
# exit the interactive shell and save that this
# happend via a call to exit
def exit(ret = 0)
+ # Non-deamon Netty threadpool in ZK ClientCnxnSocketNetty cannot be shut
down otherwise
+ self.hbase.shutdown
Review Comment:
Makes sense.
Modified to ignore exceptions from close.
--
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]