ChenSammi commented on code in PR #3731:
URL: https://github.com/apache/ozone/pull/3731#discussion_r959180360
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java:
##########
@@ -72,6 +73,16 @@ public class DatanodeConfiguration {
Duration.ofMinutes(10).toMillis();
static final boolean CONTAINER_SCHEMA_V3_ENABLED_DEFAULT = false;
+ static final long ROCKSDB_LOG_MAX_FILE_SIZE_DEFAULT = 8 * 1024 * 1024;
+ static final int ROCKSDB_LOG_MAX_FILE_NUM_DEFAULT = 100;
+ static final long ROCKSDB_DELETE_OBSOLETE_FILES_PERIOD_DEFAULT =
Review Comment:
Yes, it's micro seconds.
--
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]