Explorar el Código

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

Anu Engineer hace 6 años
padre
commit
d82014b70a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.