Gargi-jais11 opened a new pull request, #7847: URL: https://github.com/apache/ozone/pull/7847
## What changes were proposed in this pull request? It currently appears that the RocksDB LOG.old files can be generated without limit for OM, SCM, and Recon. I have observed these files filling up the disk, bringing down the Recon instance in a cluster. The DataNode has this property to control them: hdds.datanode.rocksdb.log.max-file-num Can we add a similar property for the other three? So: hdds.scm.rocksdb.log.max-file-num hdds.om.rocksdb.log.max-file-num hdds.recon.rocksdb.log.max-file-num One reasonable default value would be 10. Fix done: 1. Already a support was added for this config so jsut the default is just changed from 1000 to 10 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12220 ## How was this patch tested? Existing tests. Below is the workflow link which passed successfully: https://github.com/Gargi-jais11/ozone/actions/runs/13237283906 -- 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]
