hemantk-12 opened a new pull request, #7014:
URL: https://github.com/apache/ozone/pull/7014

   ## What changes were proposed in this pull request?
   By default, RocksDB keeps a single log file for application logs 
([Logger](https://github.com/facebook/rocksdb/wiki/Logger) and [default 
values](https://github.com/facebook/rocksdb/blob/main/include/rocksdb/options.h#L864)).
 It can eat up a lot of disk space under heavy load as mentioned in the  
HDDS-11214 if logs files are rolled over and kept to a certain number.
   This change provides an option to set the maximum log file size and number 
of log files for RocksDB.  It will enable the auto roll logging and keep the 
log size to the limited value.
   
   ## What is the link to the Apache JIRA
   HDDS-11214
   
   ## How was this patch tested?
   Existing tests.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to