Cyrill commented on code in PR #6402: URL: https://github.com/apache/ozone/pull/6402#discussion_r1533804785
########## hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java: ########## @@ -563,6 +563,10 @@ public final class OzoneConfigKeys { "ozone.om.keyname.character.check.enabled"; public static final boolean OZONE_OM_KEYNAME_CHARACTER_CHECK_ENABLED_DEFAULT = false; + public static final String HDDS_DN_CHUNK_DATA_CHECK_ENABLED_KEY = + "hdds.datanode.chunk.data.validation.check"; + public static final boolean HDDS_DN_CHUNK_DATA_CHECK_ENABLED_DEFAULT = + false; Review Comment: Changed. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org