Parcourir la source

HDDS-1149. Change the default ozone.client.checksum.type.
Contributed by Bharat Viswanadham.

Anu Engineer il y a 6 ans
Parent
commit
d82014b70a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hadoop-hdds/common/src/main/resources/ozone-default.xml

+ 1 - 1
hadoop-hdds/common/src/main/resources/ozone-default.xml

@@ -1466,7 +1466,7 @@
 
   <property>
     <name>ozone.client.checksum.type</name>
-    <value>SHA256</value>
+    <value>CRC32</value>
     <tag>OZONE, CLIENT, MANAGEMENT</tag>
     <description>The checksum type [NONE/ CRC32/ CRC32C/ SHA256/ MD5] determines
       which algorithm would be used to compute checksum for chunk data.