Package org.apache.hadoop.hdfs.server.datanode.erasurecode
@LimitedPrivate("HDFS")
@Evolving
package org.apache.hadoop.hdfs.server.datanode.erasurecode
Datanode side striping + erasure coding related task processing.
-
ClassesClassDescriptionErasureCodingWorker handles the erasure coding reconstruction work commands.Computes striped composite CRCs over reconstructed chunk CRCs.Computes running MD5-of-CRC over reconstructed chunk CRCs.StripedBlockChecksumReconstructor reconstruct one or more missed striped block in the striped block group, the minimum number of live striped blocks should be no less than data block number.Stores striped block info that can be used for block reconstruction.