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 2021/02/23 17:23:33 UTC

[GitHub] [bookkeeper] klwilson227 opened a new issue #2620: Rocksdb logs configurable write location.

klwilson227 opened a new issue #2620:
URL: https://github.com/apache/bookkeeper/issues/2620


   **FEATURE REQUEST**
   
   1. The rocksdb appears to write LOG files to ../data/bookkeeper/ledgers/current/ledgers/LOG and data/bookkeeper/ledgers/current/locations/LOG These log files roll and multiple of the LOG.XXX files can be seen on the disk after a few days. We would like to have the ability to write these logs to a different disk and keep the fast disk space allocated for the data in motion. 
   
   2. we see this as  must-have solution to optimize the disks usages appropriately. If we are asking customers to purchase special fast disks for holding the in process data, then this should be the only usage of the drives. Logging based entries should be writing to a separate disk optimized for writing log files. 
   
   3. Provide any additional detail on your proposed use case for this feature.
   
   It appears that there exists a environment variable already to control the LOG level of the ROCKS db. We are looking for similar controls for the location or directory being written. 
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [bookkeeper] merlimat closed issue #2620: Rocksdb logs configurable write location.

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #2620:
URL: https://github.com/apache/bookkeeper/issues/2620


   


-- 
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:
users@infra.apache.org



[GitHub] [bookkeeper] dinghram commented on issue #2620: Rocksdb logs configurable write location.

Posted by GitBox <gi...@apache.org>.
dinghram commented on issue #2620:
URL: https://github.com/apache/bookkeeper/issues/2620#issuecomment-824522428


   Fixed in PR https://github.com/apache/bookkeeper/pull/2698


-- 
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:
users@infra.apache.org



[GitHub] [bookkeeper] merlimat commented on issue #2620: Rocksdb logs configurable write location.

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #2620:
URL: https://github.com/apache/bookkeeper/issues/2620#issuecomment-835888325


   #2698 was merged


-- 
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:
users@infra.apache.org