Keyun Cheng

Reading Notes: OSDI’20 Pacemaker

Title: PACEMAKER: Avoiding HeART attacks in storage clusters with disk-adaptive redundancy

Conference (OSDI’20): Link

Journal (): Link

Summary

This paper presents Pacemaker to reduce the transition overload (in our context, redundancy transition overhead instead) in large scale clusters by proactively (1) organizing data layouts, (2) initializing transitions without affecting redundancy. It first analyzes traces from millions of disks from large production cluster to show that transition overload strongly blocks the cluster’s performance. Pacemaker is integrated to HDFS and experiments from production clusters show that the transition overhead significantly reduces to no more than 5% while providing storage savings for 14% to 20%.

Main Contributions

Details

Strength

Weakness