Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in module
managed-ledger
, the testcase startup zookeeper server, af…
…ter startup zookeeper server, we will use `ClientBase.waitForServerUp(getZooKeeperConnectString(), ClientBase.CONNECTION_TIMEOUT)` to wait for zookeeper server startup success, but if zookeeper do not enable `zookeeper.4lw.commands.whitelist`, the client can not use (apache#6727) In module `managed-ledger`, the testcase startup zookeeper server, after startup zookeeper server, we will use `ClientBase.waitForServerUp(getZooKeeperConnectString(), ClientBase.CONNECTION_TIMEOUT)` to wait for zookeeper server startup success, but if zookeeper do not enable `zookeeper.4lw.commands.whitelist`, the client can not use `echo stat | nc zookeeper_ip zk_port` to detect zookeeper server startup success or not
- Loading branch information