ChenSammi commented on code in PR #7847:
URL: https://github.com/apache/ozone/pull/7847#discussion_r1950366762
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/RocksDBConfiguration.java:
##########
@@ -48,17 +48,17 @@ public class RocksDBConfiguration {
@Config(key = "rocksdb.max.log.file.size",
type = ConfigType.SIZE,
- defaultValue = "0MB",
+ defaultValue = "100MB",
tags = {OM, SCM, DATANODE},
description = "Maximum size of RocksDB application log file.")
- private long rocksdbMaxLogFileSize = 0;
+ private long rocksdbMaxLogFileSize = 100;
Review Comment:
@Gargi-jais11 , here LONG "100" doesn't equal to size of "100MB".
Suggest slow down, carefully check the context, clearly understand the
impact of the change, before submitting the patch.
--
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]