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


##########
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:
   Given that the error is subject to change, would it be more reliable to 
check the process ID (PID) directly?



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