Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
Default client checksum type is CRC32, but the config item's description says it's SHA256 (leftover from HDDS-1149). The description should be updated to match the actual default value.
<property>
<name>ozone.client.checksum.type</name>
<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.
Default checksum type is SHA256.
</description>
</property>
Attachments
Issue Links
- links to