mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Undo collective manager changes
Abort attempt to avoid duplicate startups, it was incorrect.
This commit is contained in:
parent
533244458d
commit
4952e87309
@ -43,7 +43,7 @@ currentleader = None
|
||||
follower = None
|
||||
retrythread = None
|
||||
failovercheck = None
|
||||
initting = False
|
||||
initting = True
|
||||
reassimilate = None
|
||||
|
||||
class ContextBool(object):
|
||||
@ -818,9 +818,6 @@ def start_collective():
|
||||
global follower
|
||||
global retrythread
|
||||
global initting
|
||||
if initting:
|
||||
# do not nest startup if startup backs up loops of starting collective
|
||||
return
|
||||
initting = True
|
||||
retrythread = None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user