You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/02/08 09:29:06 UTC

[GitHub] ivankelly opened a new pull request #1205: Algorithm to find start point of compacted ledger

ivankelly opened a new pull request #1205: Algorithm to find start point of compacted ledger
URL: https://github.com/apache/incubator-pulsar/pull/1205
 
 
   When reading from a compacted topic ledger, the reader will have to find
   the the first entry whole message id is greater than or equal to the
   position of the cursor. This involves a binary search into the ledger.
   
   This patch implements this binary search, along with basic caching to
   avoid rereading the same entry multiple times.
   

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