Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
MiniZKCluster now puts up its standalone node listening on loopback/127.0.0.1 rather than "localhost".
Description
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.
Attachments
Issue Links
- relates to
-
HBASE-23919 [Flakey Test] Standalone Zookeeper won't start (minizookeepercluster won't come up)
- Resolved
- links to