mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-29 06:18:15 +00:00
Clear the quorum block on initial xfer
The initial transfer needs to have the configmanager working locally.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user