Minwoo Kang created HBASE-28563: ----------------------------------- Summary: Closing ZooKeeper in ZKMainServer Key: HBASE-28563 URL: https://issues.apache.org/jira/browse/HBASE-28563 Project: HBase Issue Type: Improvement Reporter: Minwoo Kang
Users can switch the Zookeeper client/server communication framework to Netty. ZKMainServer process fails to terminate due to when users utilize Netty for ZooKeeper connections. Netty threads identified as non-Daemon threads. Enforce the calling of close() on ZooKeeper before ZKMainServer termination. -- This message was sent by Atlassian Jira (v8.20.10#820010)