ahuang98 commented on code in PR #17081:
URL: https://github.com/apache/kafka/pull/17081#discussion_r1744644892
##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -728,7 +735,7 @@ def add_broker(self, node):
self.concurrent_start = False
self.start_node(node)
self.concurrent_start = orig_concurrent_start
- wait_until(lambda: self.is_registered(node), 30, 1)
+ # removing the wait for registration, start_node already does this
Review Comment:
will remove this comment before merging
--
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]