Weijun-H / Read-Some-Paper

This repo is a reading list related to modern data management system.
0 stars 0 forks source link

Protocol-Aware Recovery for Consensus-Based Storage #8

Open Weijun-H opened 1 year ago

Weijun-H commented 1 year ago

Abstract We introduce protocol-aware recovery (PAR), a new approach that exploits protocol-specific knowledge to correctly recover from storage faults in distributed systems. We demonstrate the efficacy of PAR through the design and implementation of corruption-tolerant replication (CTRL), a PAR mechanism specific to replicated state machine (RSM) systems. We experimentally show that the CTRL versions of two systems, LogCabin and ZooKeeper, safely recover from storage faults and provide high availability, while the unmodified versions can lose data or become unavailable. We also show that the CTRL versions have little performance overhead.