Keyun Cheng

Reading Notes: ATC’23 repair data placement

Title: Explore Data Placement Algorithm for Balanced Recovery Load Distribution

Conference (ATC’23): Link

Journal (): Link

Summary

This paper formulates the EC full-node recovery load balancing problem with a weighted repair load graph, and proves that solving the problem (finding an optimal data placement with minimum recovery load) is NP-hard by reducing the problem to a maximum independent set problem in polynomial time. It then proposes a greedy algorithm to generate data placement with balanced recovery load distribution. Evaluation compares the greedy data placement versus the random data placement and shows the effectiveness of the solutions.

Main Contributions

Details

Strength

Weakness