diff --git a/confluent_server/confluent/main.py b/confluent_server/confluent/main.py index 86300a72..604a426a 100644 --- a/confluent_server/confluent/main.py +++ b/confluent_server/confluent/main.py @@ -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: