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/07/01 06:47:44 UTC

[GitHub] sijie opened a new issue #228: BookKeeper Server: Index Page Management Memory Growth

sijie opened a new issue #228: BookKeeper Server: Index Page Management Memory Growth
URL: https://github.com/apache/bookkeeper/issues/228
 
 
   ** Improvements **
   
   - Never delete a LedgerEntryPage that has been allocated.
   - Track free LedgerEntryPage in a separate list
   - Use pages from the free pages list as though they were being freshly allocated
   - This guarantees that the direct buffer allocation never exceeds the allocated space for index pages
 
----------------------------------------------------------------
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