From 7d0f47bbcbc3d0cb46ccefc4c259702bf6a55213 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 7 Apr 2021 08:31:29 -0400 Subject: [PATCH] Correct syntax for measuring collective size --- confluent_server/confluent/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: