ChenSammi commented on PR #7847:
URL: https://github.com/apache/ozone/pull/7847#issuecomment-2647890158

   The rocksdb user log file is controlled by two properties, one is max log 
file size, another is max log file number.  The default max log file size is 0, 
which means no limit.  So only change max log file number is not enough to 
control the space consumed by user log.  And Rocksdb user log file is deleted 
asynchronously. There is a property DeleteObsoleteFilesPeriod which controls 
the latency of user log deletion.  The user log files won't be deleted 
immediately until the period check is started.


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