jsancio commented on a change in pull request #10705: URL: https://github.com/apache/kafka/pull/10705#discussion_r633956010
########## File path: metadata/src/test/java/org/apache/kafka/metalog/LocalLogManager.java ########## @@ -218,7 +226,7 @@ synchronized void electLeaderIfNeeded() { /** * The node ID of this local log manager. Each log manager must have a unique ID. */ - private final int nodeId; + public final int nodeId; Review comment: Fixed. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org