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/24 14:23:18 UTC

[GitHub] [bookkeeper] ArvinDevel commented on issue #2709: lost last entry?

ArvinDevel commented on issue #2709:
URL: https://github.com/apache/bookkeeper/issues/2709#issuecomment-847077525


   This is not a bug. Original BK protocol only piggyback LAC when appending new entry, so when you write the last entry, the writer can only piggyback (lastEntryId - 1) as LAC to the server. The newest  BK protocol support write LAC intermittently by setting  `explicitLacInterval` parameter. 


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