Update zookeper once after starting keepalive timer

This commit is contained in:
Joshua Boniface 2018-10-01 17:56:55 -04:00
parent a5257e75b0
commit fc0c07695b
2 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,7 @@ def stopKeepaliveTimer(update_timer):
# Start keepalive thread # Start keepalive thread
update_timer = createKeepaliveTimer() update_timer = createKeepaliveTimer()
update_zookeeper()
# Tick loop # Tick loop
while True: while True:

View File

@ -263,6 +263,7 @@ def stopKeepaliveTimer(update_timer):
# Start keepalive thread # Start keepalive thread
update_timer = createKeepaliveTimer() update_timer = createKeepaliveTimer()
update_zookeeper()
# Tick loop # Tick loop
while True: while True: