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


##########
tests/kafkatest/tests/client/consumer_test.py:
##########
@@ -74,6 +75,20 @@ def setup_consumer(self, topic, **kwargs):
         self.mark_for_collect(consumer, 'verifiable_consumer_stdout')
         return consumer
 
+    def _node_failed_with_unreleased_instance_id(self, node):
+        cmd = "grep -q 'UnreleasedInstanceIdException' %s" % 
VerifiableConsumer.LOG_FILE

Review Comment:
   @chia7712 
   
   Thanks for the suggestion!
   Given backward compatibility, checking the PID makes more sense.
   I’ve made the corresponding adjustment.
   



-- 
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