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 2018/02/06 22:34:20 UTC

[GitHub] kishorvpatil opened a new issue #1124: The bookie runs out of memory while GCThread is extracting all ledger meta data.

kishorvpatil opened a new issue #1124: The bookie runs out of memory while GCThread is extracting all ledger meta data.
URL: https://github.com/apache/bookkeeper/issues/1124
 
 
   This is a bug report with bookkeeper proposal.
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - The bookie runs out of memory while extracting all ledger meta data. The heap dump shows 93% of data being pulled into the method extractMetaData method.
   
   - We expect optimized collection of the LogEntryLedgerData if they are going to be garbage collected anyways.
   
   Proposal PR - #&lt;pr-number&gt;
   

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