Keyun Cheng

Reading Notes: ICDCS’21 StripeMerge

Title: StripeMerge: Efficient Wide-Stripe Generation for Large-Scale Erasure-Coded Storage.

Conference (ICDCS’21): Link

Journal (): Link

Summary

This paper introduce StripeMerge, a solution to combine two narrow RS coded stripes with same (n, k) into a wide stripe with (2k + ). It introduces the idea of perfect matching, with which the merging bandwidth is 0. It then argues that the computation cost of finding a perfect matching solution is expensive, and introduces two alternatives heuristics of matching algorithm for practicality. The experiments with both simulation and EC2 experiments show that StripeMerge significant outperforms NCScale for various (n, k) settings.

Main Contributions

  1. The first work to generate wide stripe generation problem.

  2. Design two practical heuristics to generate wide stripe by merging stripes.

  3. experiments of both simulation and prototype show the effectiveness of StripeMerge, by outperforming NCScale by a large margin.

Details

Strength

Weakness