We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16de74c commit 1429eb4Copy full SHA for 1429eb4
hbase-shell/src/main/ruby/shell.rb
@@ -108,6 +108,8 @@ class Shell
108
# exit the interactive shell and save that this
109
# happend via a call to exit
110
def exit(ret = 0)
111
+ # Non-deamon Netty threadpool in ZK ClientCnxnSocketNetty cannot be shut down otherwise
112
+ self.hbase.shutdown
113
@exit_code = ret
114
IRB.irb_exit(IRB.CurrentContext.irb, ret)
115
end
0 commit comments