ahuang98 commented on code in PR #19428: URL: https://github.com/apache/kafka/pull/19428#discussion_r2038346795
########## metadata/src/test/java/org/apache/kafka/controller/ClusterControlManagerTest.java: ########## @@ -1074,35 +1074,37 @@ public void testDuplicateBrokerRegistrationWithInactiveBroker() { contactTime(new BrokerIdAndEpoch(1, 200))); time.sleep(brokerSessionTimeoutMs / 2); + // new registration should succeed immediately only if the broker is fenced. (brokers which completed Review Comment: these test changes are no longer applicable with the removeSession logic -- 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