soarez commented on code in PR #14902:
URL: https://github.com/apache/kafka/pull/14902#discussion_r1416264410


##########
metadata/src/main/java/org/apache/kafka/controller/BrokerHeartbeatManager.java:
##########
@@ -107,6 +125,13 @@ int id() {
             return id;
         }
 
+        /**
+         * Returns the sorted directories which the broker currently has 
available
+         */
+        List<Uuid> directories() {

Review Comment:
   This was part of 
[KAFKA-15361](https://issues.apache.org/jira/browse/KAFKA-15361) 
(https://github.com/apache/kafka/pull/14902) and is now gone since we removed 
dirs from the heartbeat manager.



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

Reply via email to