showuon commented on a change in pull request #11208:
URL: https://github.com/apache/kafka/pull/11208#discussion_r688206957



##########
File path: 
metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
##########
@@ -200,6 +200,14 @@ void registerBrokers(Integer... brokerIds) throws 
Exception {
             }
         }
 
+        Set<Integer> fencedBrokerIds() {
+            return clusterControl.brokerRegistrations().values()

Review comment:
       Since it's put inside test class now, we cat declare it as `private`.




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