sadanand48 commented on PR #7847: URL: https://github.com/apache/ozone/pull/7847#issuecomment-2650224358
> Default value for number of logs in DN is 64, but here, its kept as 10, do this have any impact? There shouldn't be any impact as the configs are independently configured for OM and DN rocksdb. There is not any specific reasoning/calculation behind setting these defaults. The idea is to limit the space usage due to these files . In one of Tikv db docs they have configured num log files limit as 10. However we can change these or make them same for both OM & DN if you suggest otherwise. 100MB x 10 = Max 1GB would be occupied for the RocksDB logs at max as per the PR. -- 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]
