hgadre commented on a change in pull request #1154: [HDDS-1200] Add support for
checksum verification in data scrubber
URL: https://github.com/apache/hadoop/pull/1154#discussion_r307839297
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsConfigKeys.java
##########
@@ -68,11 +68,16 @@
public static final String HDDS_CONTAINERSCRUB_ENABLED =
"hdds.containerscrub.enabled";
public static final boolean HDDS_CONTAINERSCRUB_ENABLED_DEFAULT = false;
+
public static final boolean HDDS_SCM_SAFEMODE_ENABLED_DEFAULT = true;
public static final String HDDS_SCM_SAFEMODE_MIN_DATANODE =
"hdds.scm.safemode.min.datanode";
public static final int HDDS_SCM_SAFEMODE_MIN_DATANODE_DEFAULT = 1;
+ public static final String HDDS_CONTAINER_SCANNER_VOLUME_BYTES_PER_SECOND =
+ "hdds.container.scanner.volume.bytes.per.second";
Review comment:
@swagle the property name is loosely modeled after HDFS. So i think we can
keep it that way.
@anuengineer thanks for the info. Let me refactor the logic here to use
configuration based API.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]