Concepedia

TLDR

Fork‑Join‑Causal consistency is a slight weakening of causal consistency that remains safe and live even with faulty nodes. The article presents Depot, a cloud storage system that minimizes trust assumptions through design, implementation, and evaluation. Depot tolerates buggy or malicious clients or servers by providing safety and liveness guarantees to correct clients via a two‑layer architecture that first ensures consistent ordering of updates under Fork‑Join‑Causal consistency and then uses that ordering to deliver additional consistency, staleness, durability, and recovery properties. Evaluation shows Depot incurs modest costs while tolerating faults and maintaining good availability, latency, overhead, and staleness even under significant faults.

Abstract

This article describes the design, implementation, and evaluation of Depot, a cloud storage system that minimizes trust assumptions. Depot tolerates buggy or malicious behavior by any number of clients or servers, yet it provides safety and liveness guarantees to correct clients. Depot provides these guarantees using a two-layer architecture. First, Depot ensures that the updates observed by correct nodes are consistently ordered under Fork-Join-Causal consistency (FJC). FJC is a slight weakening of causal consistency that can be both safe and live despite faulty nodes. Second, Depot implements protocols that use this consistent ordering of updates to provide other desirable consistency, staleness, durability, and recovery properties. Our evaluation suggests that the costs of these guarantees are modest and that Depot can tolerate faults and maintain good availability, latency, overhead, and staleness even when significant faults occur.

References

YearCitations

Page 1