You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,9 @@ public class DatanodeConfiguration extends ReconfigurableConfig {
309
309
defaultValue = "60",
310
310
type = ConfigType.LONG,
311
311
tags = { DATANODE },
312
-
description = "Periodic disk check run interval in minutes."
312
+
description = "Periodic disk check run interval in minutes. " +
313
+
"A negative value disables periodic disk checks. " +
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/StorageVolumeChecker.java
Copy file name to clipboardExpand all lines: hadoop-hdds/container-service/src/test/java/org/apache/hadoop/ozone/container/common/volume/TestStorageVolumeChecker.java
0 commit comments