Keyun Cheng

STAIR Codes: A General Family of Erasure Codes for Tolerating Device and Sector Failures in Practical Storage Systems

Download

FAST, 2014

Summary

Sector Disk codes considers the coverage of sector failures, thus it’s available with limited configurations. This paper introduces a general erasure code called STAIR codes which tolerates both device and sector failures. By the special upstair/downstair encoding, the STAIR codes provides better computation efficiency than traditional SD codes.

Details

STAIR code assumption: in each devide, several sectors failure are allowed. Then the construction of STAIR codes can be based on existing erasure codes.

  1. Two phase encoding

Upstair decoding: Augmented virtual stripes from existing stripes.

  1. Upstair Encoding. Set outside global parity symbols to 0, and use upstair decoding method. The parities are built from bottom to top.

  2. Downstair Encoding. Top to bottom, right to left. Start with C_row and generate m + m’ symbols. Then encode via C_col to get new intermediate symbols. Continue until all symbols are generated.

Strength

  1. Encoding speed of STAIR in experiment is much faster than disk write. Reason: STAIR codes reuses encoded parity information in two-steps encoding by upstair/downstair.

  2. Decoding speed is faster than SD codes by 102.99% in avg.

Weakness

N/A