Ghatage opened a new pull request #2452: URL: https://github.com/apache/bookkeeper/pull/2452
…ieRecoveryDelay when Auditor is not initialized. ### Motivation If Auditor has not been initialized, running `lostBookieRecoveryDelay` from bookie shell will result in a stack trace and `NoNodeException`. ### Changes Added a catch clause which: * Cleans up stack trace * Explains that the Auditor is not up yet, which means the znode for `lostbookierecoverydelay` has not been created yet. * Prints exception Master Issue: #2170 ---------------------------------------------------------------- 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]
