Description
The HFile contains checksums for decrease the iops, so when Hbase read HFile , that dont't need to read the checksum from meta file of HDFS. But HLog file of Hbase don't contain the checksum, so when HBase read the HLog, that must read checksum from meta file of HDFS. We could add setSkipChecksum per file to hdfs or we could write checksums into WAL if this skip checksum facility is enabled
Attachments
Attachments
Issue Links
- blocks
-
HBASE-6798 HDFS always read checksum form meta file
- Closed
-
HDFS-3429 DataNode reads checksums even if client does not need them
- Closed
- is related to
-
HBASE-5074 support checksums in HBase block cache
- Closed
-
HBASE-6040 Use block encoding and HBase handled checksum verification in bulk loading using HFileOutputFormat
- Closed