chia7712 commented on code in PR #20772:
URL: https://github.com/apache/kafka/pull/20772#discussion_r2470017598


##########
tests/kafkatest/tests/client/consumer_test.py:
##########
@@ -74,6 +75,37 @@ def setup_consumer(self, topic, **kwargs):
         self.mark_for_collect(consumer, 'verifiable_consumer_stdout')
         return consumer
 
+    def await_conflict_consumers_fenced(self, conflict_consumer):
+        # Ensure every conflicting consumer actually starts once before we 
wait for fencing.
+        started_nodes = set()

Review Comment:
   What is the purpose of this `started_nodes`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to