zymap opened a new issue #2236: BKCtl can not show the result URL: https://github.com/apache/bookkeeper/issues/2236 **BUG REPORT** When I using bkctl to get the auditor, there is nothing to show. But I can get the auditor using REST API. Dive into the code, I found the result is output to the log. ``` BookieSocketAddress bookieId = AuditorElector.getCurrentAuditor(conf, zk); if (bookieId == null) { LOG.info("No auditor elected"); return false; } LOG.info("Auditor: " + getBookieSocketAddrStringRepresentation(bookieId)); ``` ***Expected behavior*** The command result should output to the console.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
