Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
The default checksum algorithm used on HDFS is now CRC32C. Data from previous versions of Hadoop can still be read backwards-compatibly.
Description
Once the other subtasks/parts of HDFS-2080 are complete, CRC32C will be a much more efficient checksum algorithm than CRC32. Hence we should change the default checksum to CRC32C.
However, in order to continue to support append against blocks created with the old checksum, we will need to implement some kind of handshaking in the write pipeline.
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-2521 Remove custom checksum headers from data transfer protocol
- Closed