Michael Stack created HBASE-23993: ------------------------------------- Summary: Use loopback for zk standalone server in minizkcluster Key: HBASE-23993 URL: https://issues.apache.org/jira/browse/HBASE-23993 Project: HBase Issue Type: Sub-task Components: Zookeeper Reporter: Michael Stack Assignee: Michael Stack
Use loopback for minizkcluster. HBASE-23919 shows how sometimes unit tests fail in setup because the minizkcluster won't come up. It looks like client is trying to stat the server but though the server is trying to poll a socket bound to 0.0.0.0, the server never notices the client pings. Using loopback, I don't see these odd failures anymore. -- This message was sent by Atlassian Jira (v8.3.4#803005)