ChenSammi commented on PR #7847: URL: https://github.com/apache/ozone/pull/7847#issuecomment-2650848445
@sumitagrawl , this controls the rocksdb user log files total size. RocksDB user log is like OM or SCM service log. We can find some RocksDB statistics data in there, such as cf statistics data, compaction statistics data, which will be useful if we want to turning the rocksdb parameter values or if there is any performance issue with RocksDB. How soon/fast these user log files will be rotated depends on the workload of RocksDB. I believe we don't have rough data so far. -- 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]
