mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-28 03:48:35 +00:00
Correct syntax for measuring collective size
This commit is contained in:
parent
9a779f2dd2
commit
7d0f47bbcb
@ -269,7 +269,7 @@ def run(args):
|
||||
pass
|
||||
webservice = httpapi.HttpApi(http_bind_host, http_bind_port)
|
||||
webservice.start()
|
||||
while len(configmanager.list_collective) >= 2:
|
||||
while len(configmanager.list_collective()) >= 2:
|
||||
# If in a collective, stall automatic startup activity
|
||||
# until we establish quorum
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user