jsancio commented on a change in pull request #10705: URL: https://github.com/apache/kafka/pull/10705#discussion_r633956073
########## File path: metadata/src/main/java/org/apache/kafka/controller/QuorumController.java ########## @@ -202,7 +200,7 @@ public Builder setMetrics(ControllerMetrics controllerMetrics) { @SuppressWarnings("unchecked") public QuorumController build() throws Exception { - if (logManager == null) { + if (raftClient == null) { throw new RuntimeException("You must set a metadata log manager."); 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