adoroszlai commented on code in PR #6402:
URL: https://github.com/apache/ozone/pull/6402#discussion_r1535346834
##########
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:
Thanks!
--
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]