ijuma commented on code in PR #18308:
URL: https://github.com/apache/kafka/pull/18308#discussion_r1899834438


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -602,12 +602,6 @@ def start_minikdc_if_necessary(self, add_principals=""):
                         nodes_for_kdc += other_service.nodes
                     self.minikdc = MiniKdc(self.context, nodes_for_kdc, 
extra_principals = add_principals)
                     self.minikdc.start()
-        else:

Review Comment:
   Should we add a comment to clarify why it's important not to unassign?



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