Add some time for Zookeeper to synchronize
This commit is contained in:
parent
ab5bd3c57d
commit
ae2cf8a070
|
@ -188,3 +188,6 @@ def setup_node(logger, config, zkhandler):
|
||||||
(("node.count.networks", config["node_hostname"]), "0"),
|
(("node.count.networks", config["node_hostname"]), "0"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
|
||||||
|
time.sleep(3)
|
||||||
|
|
Loading…
Reference in New Issue