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/15 22:28:54 UTC

[GitHub] rdhabalia opened a new pull request #1949: [bookie-gc] add option for persistent entry-log metadata

rdhabalia opened a new pull request #1949: [bookie-gc] add option for persistent entry-log metadata
URL: https://github.com/apache/bookkeeper/pull/1949
 
 
   ### Motivation
   
   It addresses #1938, where it provides interface for `entyLogMetadataMap` so, `entrylogMetadata` can be stored into RocksDB instead main-memory.
   
   ### Modification
   - introduced persistent RocksDB entryLogMetadataMap to store entry-log metadata.
   - it can fallback to in-memory implementation using  `gcPersistentEntrylogMetadataMapEnabled` flag and that can be removed in future release and keep only rocksDB implementation in future.
   
   ### Result
   - It will help to avoid storing entryLogMetadata into main-memory.
   
   cc @merlimat 

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