This is an automated email from the ASF dual-hosted git repository.
aengineer pushed a commit to branch ozone-0.4.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/ozone-0.4.1 by this push:
new cbfcae3 HDDS-1846. Default value for checksum bytes is different in
ozone-site.xml and code.
cbfcae3 is described below
commit cbfcae3fddbf25615e7e6055c268780a389624db
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Mon Jul 22 17:30:07 2019 -0700
HDDS-1846. Default value for checksum bytes is different in ozone-site.xml
and code.
Signed-off-by: Anu Engineer <[email protected]>
(cherry picked from commit fbe2fc65805d60e551b8f4fdfc0d07dc0f026985)
---
.../common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
index 1c82a7a..7e716f9 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
@@ -380,7 +380,7 @@ public final class OzoneConfigKeys {
*/
public static final String OZONE_CLIENT_CHECKSUM_TYPE =
"ozone.client.checksum.type";
- public static final String OZONE_CLIENT_CHECKSUM_TYPE_DEFAULT = "SHA256";
+ public static final String OZONE_CLIENT_CHECKSUM_TYPE_DEFAULT = "CRC32";
public static final String OZONE_CLIENT_BYTES_PER_CHECKSUM =
"ozone.client.bytes.per.checksum";
public static final String OZONE_CLIENT_BYTES_PER_CHECKSUM_DEFAULT = "1MB";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]