adoroszlai commented on code in PR #6402: URL: https://github.com/apache/ozone/pull/6402#discussion_r1530103356
########## 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: This seems to be used only in the test. Also, config test is failing since same key is missing from XML. https://github.com/Cyrill/ozone/actions/runs/8340503688/job/22825279215#step:6:196 -- 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