You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/11/15 15:50:13 UTC

[GitHub] [bookkeeper] Ghatage commented on issue #2170: KeeperErrorCode = NoNode

Ghatage commented on issue #2170: KeeperErrorCode = NoNode
URL: https://github.com/apache/bookkeeper/issues/2170#issuecomment-554413730
 
 
   Looks like this command was executed before the Auditor was initialized.
   @pouledodue can you please check if the logs show the following error message: 
   `Error while initializing LostBookieRecoveryDelay`
   
   If you're blocked on this, as a work around you could quickly check if Auditor is up and running with this command:
   `./bin/bookkeeper shell whoisauditor`
   And then re-try what you were trying to do.
   
   As for the actual issue, the throwing of the exception is expected.
   But perhaps not for a NoNodeException. We could check if the zkPath exists and print another message instead of the stack trace. What do you think @jvrao @sijie @reddycharan ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services