mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 11:30:23 +00:00
Clear the quorum block on initial xfer
The initial transfer needs to have the configmanager working locally.
This commit is contained in:
parent
b315042850
commit
f065fafd61
@ -73,6 +73,7 @@ def connect_to_leader(cert=None, name=None, leader=None):
|
||||
if not ndata:
|
||||
raise Exception("Error doing initial DB transfer")
|
||||
dbjson += ndata
|
||||
cfm.cfgleader = None
|
||||
cfm.clear_configuration()
|
||||
cfm._restore_keys(keydata, None)
|
||||
for c in colldata:
|
||||
|
Loading…
Reference in New Issue
Block a user