Istvan Toth created HBASE-28345: ----------------------------------- Summary: Close HBase connection on exit from HBase Shell Key: HBASE-28345 URL: https://issues.apache.org/jira/browse/HBASE-28345 Project: HBase Issue Type: Bug Components: shell Affects Versions: 2.4.17 Reporter: Istvan Toth Assignee: Istvan Toth
When using Netty for the HBase client, hbase shell hangs on exit. This is caused by the non-deamon threads that Netty creates. Wheter ZK should create daemon threads for Netty or not is debatable, but explicitly closing the connection in hbase shell on exit fixes the issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)