HDDS-1149. Change the default ozone.client.checksum.type.

Contributed by Bharat Viswanadham.
This commit is contained in:
Anu Engineer 2019-02-24 13:22:36 -08:00
parent 8387bbdfb5
commit d82014b70a

View File

@ -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.