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 2019/02/06 23:11:35 UTC

[GitHub] merlimat commented on issue #1938: [bk-gc] Prevent OOM: Restrict number of entry-loggers extraction

merlimat commented on issue #1938: [bk-gc] Prevent OOM: Restrict number of entry-loggers extraction
URL: https://github.com/apache/bookkeeper/pull/1938#issuecomment-461225618
 
 
   I think a better long-term fix here is to remove the entyLogMetadata maps from the bookie memory and instead store them on disk (eg: in rocksdb). 
   
   That will ensure that the amount of memory required by a bookie is completely independent from the amount of data stored in it.

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