PACEMAKER: Avoiding HeART attacks in storage clusters with disk-adaptive redundancy
PACEMAKER: Avoiding HeART attacks in storage clusters with disk-adaptive redundancy
复制标题
DOI:
--
复制
发表时间:
2021-03
期刊:
影响因子:
--
通讯作者:
Saurabh Kadekodi;Francisco Maturana;Suhas Jayaram Subramanya;Juncheng Yang;K. V. Rashmi;G. Ganger
中科院分区:
文献类型:
--
作者:
Saurabh Kadekodi;Francisco Maturana;Suhas Jayaram Subramanya;Juncheng Yang;K. V. Rashmi;G. Ganger
Data redundancy provides resilience in large-scale storage clusters, but imposes significant cost overhead. Substantial space-savings can be realized by tuning redundancy schemes to observed disk failure rates. However, prior design proposals for such tuning are unusable in real-world clusters, because the IO load of transitions between schemes overwhelms the storage infrastructure (termed transition overload). This paper analyzes traces for millions of disks from production systems at Google, NetApp, and Backblaze to expose and understand transition overload as a roadblock to disk-adaptive redundancy: transition IO under existing approaches can consume 100% cluster IO continuously for several weeks. Building on the insights drawn, we present PACEMAKER, a low-overhead disk-adaptive redundancy orchestrator. PACEMAKER mitigates transition overload by (1) proactively organizing data layouts to make future transitions efficient, and (2) initiating transitions proactively in a manner that avoids urgency while not compromising on space-savings. Evaluation of PACEMAKER with traces from four large (110K-450K disks) production clusters show that the transition IO requirement decreases to never needing more than 5% cluster IO bandwidth (0.2-0.4% on average). PACEMAKER achieves this while providing overall space-savings of 14-20% and never leaving data under-protected. We also describe and experiment with an integration of PACEMAKER into HDFS.