Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix npe issue introduced by #20933
zookeeper 3.9.1 add a check to print a log. ```java if (addr.getPort() == 0) { LOG.info("bound to port {}", this.ss.getLocalAddress()); } ```
- Loading branch information