Add some time for Zookeeper to synchronize

This commit is contained in:
Joshua Boniface 2024-10-15 10:39:09 -04:00
parent ab5bd3c57d
commit ae2cf8a070
1 changed files with 3 additions and 0 deletions

View File

@ -188,3 +188,6 @@ def setup_node(logger, config, zkhandler):
(("node.count.networks", config["node_hostname"]), "0"),
]
)
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
time.sleep(3)