2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 11:01:09 +00:00

Do not count as 'initting' until collective starts.

This commit is contained in:
Jarrod Johnson 2023-09-15 10:37:51 -04:00
parent 20f02b5ef7
commit 533244458d

View File

@ -43,7 +43,7 @@ currentleader = None
follower = None
retrythread = None
failovercheck = None
initting = True
initting = False
reassimilate = None
class ContextBool(object):