lchqlchq opened a new pull request, #2046: URL: https://github.com/apache/zookeeper/pull/2046
fix: network service problem of zk client host occured, sock.connect(addr) method throws "SocketException: Network is unreachable", because the socket had registered to selector, cleanup() method can't close the fd ,And SendThread keep doing startConnect() to keep zk client alive ,leading to fd leak. -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org