Enabling Efficient and Reliable Transition from Replication to Erasure Coding for Clustered File Systems
Enabling Efficient and Reliable Transition from Replication to Erasure Coding for Clustered File Systems
复制标题
DOI:
10.1109/tpds.2017.2678505
复制
发表时间:
2017-09
期刊:
影响因子:
--
通讯作者:
Runhui Li;Yuchong Hu;P. Lee
中科院分区:
文献类型:
--
作者:
Runhui Li;Yuchong Hu;P. Lee
To balance performance and storage efficiency, modern clustered file systems (CFSes) often first store data with random replication (i.e., distributing replicas across randomly selected nodes), followed by encoding the replicated data with erasure coding. We argue that random replication, while being commonly used, does not take into account erasure coding and hence will raise both performance and availability issues to the subsequent encoding operation. We propose encoding-aware replication, which carefully places the replicas so as to (i) avoid cross-rack downloads of data blocks during encoding, (ii) preserve availability without data relocation after encoding, and (iii) maintain load balancing as in random replication. We implement encoding-aware replication on HDFS, and show via tested experiments that it achieves significant encoding throughput gains over random replication. We also show via discrete-event simulations that encoding-aware replication remains effective under various parameter choices in a large-scale setting. We further show that encoding-aware replication evenly distributes replicas as in random replication.