Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
Description
HDFS-2080 improved the CPU efficiency of the read path by using native SSE-enabled code for CRC verification. Benchmarks of the write path show that it's often CPU bound by checksums as well, so we should make the same improvement there.
Attachments
Issue Links
- breaks
-
HADOOP-11064 UnsatisifedLinkError with hadoop 2.4 JARs on hadoop-2.6 due to NativeCRC32 method changes
- Closed
- is part of
-
HDFS-4225 Improve HDFS write performance
- Open
- is related to
-
HDFS-2080 Speed up DFS read path by lessening checksum overhead
- Closed
- relates to
-
HDFS-5395 write(ByteBuffer) method
- Open
-
MAPREDUCE-5962 Support CRC32C in IFile
- Resolved
-
HDFS-3529 Use direct buffers for data in write path
- Patch Available