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 2021/05/06 21:31:21 UTC

[GitHub] [bookkeeper] merlimat opened a new pull request #2707: Read entry error should print lastAddConfirmed in the log

merlimat opened a new pull request #2707:
URL: https://github.com/apache/bookkeeper/pull/2707


   ### Motivation
   
   If we're trying to read an entry id that is bigger than the `lastAddConfirmed`, a read error is printed and looks like:
   
   ```
   ReadException on ledgerId:1234 firstEntry:222 lastEntry:222
   ```
   
   Adding the `lastAddConfirmed` would help to debug why the entries are out of the range.
   


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



[GitHub] [bookkeeper] merlimat merged pull request #2707: Read entry error should print lastAddConfirmed in the log

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #2707:
URL: https://github.com/apache/bookkeeper/pull/2707


   


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