andrasbeni opened a new pull request #3117:
URL: https://github.com/apache/bookkeeper/pull/3117


   ### Motivation
   
   NoLedgerException does not signify an error in the Bookie that needs
   to be fixed. Instead it is a user error that the user is notified about via
   the status code `ENOLEDGER`.
   Logging this problem at error level introduces an odd difference
   between the behaviour of readLac using v2 versus v3 protocol version.
   In the former case ReadEntryProcessor logs the same problem at debug
   level. As a result changing protocol version appears to be introducing
   an error.
   
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to