dongnuo123 commented on code in PR #16845: URL: https://github.com/apache/kafka/pull/16845#discussion_r1711620130
########## tests/kafkatest/tests/client/consumer_test.py: ########## @@ -363,7 +364,6 @@ def test_fencing_static_consumer(self, num_conflict_consumers, fencing_stage, me else: # Consumer protocol: Existing members should remain active and new conflicting ones should not be able to join. self.await_consumed_messages(consumer) - assert num_rebalances == consumer.num_rebalances(), "Static consumers attempt to join with instance id in use should not cause a rebalance" Review Comment: Same num_rebalances issue as [L126](https://github.com/apache/kafka/pull/16845/files#r1711605858) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org