You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/06/30 01:07:58 UTC

[GitHub] sijie opened a new pull request #220: BOOKKEEPER-1095: Server and Client Side Changes

sijie opened a new pull request #220: BOOKKEEPER-1095: Server and Client Side Changes
URL: https://github.com/apache/bookkeeper/pull/220
 
 
   Descriptions of the changes in this PR:
   
   - changes on FileInfo to support notifications on LAC changes
   - a new ReadEntryLongPollV3 processor to process readEntry requests with long poll flags
   - a new public API for long poll: readLastConfirmedAndEntry. if it is reading beyond the LAC, it will become a long poll request and wait for advancing LAC on bookie side; if it isn't reading beyond the LAC it will be normal reads.
   - also have a speculative mechanism for long poll reads.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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