MarvinCai opened a new pull request #2494: URL: https://github.com/apache/bookkeeper/pull/2494
Descriptions of the changes in this PR: ### Motivation Try add read ahead capability to ledgerhandler. ### Changes Try to implement read ahead logic in ledgerhandler similar to what DLog. Try to prefetch entry in order from dirstentry(0) and repeat till cache is full. Try to fulfill read request from cache first and file read request if entry is not in cache and combine the final result. Master Issue: #apache/pulsar#3804 ---------------------------------------------------------------- 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: [email protected]
