Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.17
Description
When using Netty for the ZK client, hbase shell hangs on exit.
This is caused by the non-deamon Netty threads that ZK 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.
Attachments
Issue Links
- relates to
-
HBASE-28353 Close HBase connection on implicit exit from HBase shell
- Resolved
- links to