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/06/30 06:19:11 UTC

[GitHub] [bookkeeper] eolivelli commented on issue #2748: Why lac is always less than entryId?

eolivelli commented on issue #2748:
URL: https://github.com/apache/bookkeeper/issues/2748#issuecomment-871128139


   the LAC is piggybacked by default during writes
   
   but you can configure `explicitLacInterval` and the BK client will send in background updates about the LAC even without any writes.
   
   https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java#L128


-- 
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-unsubscribe@bookkeeper.apache.org

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