RoBuSt: A Crash-Failure-Resistant Distributed Storage System
Martina Eikel, Christian Scheideler, Alexander Setzer

TL;DR
RoBuSt is a distributed storage system that is provably resistant to crash failures caused by adaptive adversaries, supporting both lookup and write requests with efficient communication, computation, and storage overheads.
Contribution
It extends previous work IRIS to handle both lookup and write requests while maintaining crash-failure robustness against adaptive adversaries.
Findings
Supports up to rac{1}{\,log\, ext{log}\,n} crash failures
Processes requests in polylogarithmic rounds, time, and work
Maintains logarithmic storage overhead
Abstract
In this work we present the first distributed storage system that is provably robust against crash failures issued by an adaptive adversary, i.e., for each batch of requests the adversary can decide based on the entire system state which servers will be unavailable for that batch of requests. Despite up to crashed servers, with constant and denoting the number of servers, our system can correctly process any batch of lookup and write requests (with at most a polylogarithmic number of requests issued at each non-crashed server) in at most a polylogarithmic number of communication rounds, with at most polylogarithmic time and work at each server and only a logarithmic storage overhead. Our system is based on previous work by Eikel and Scheideler (SPAA 2013), who presented IRIS, a distributed information system that is provably robust against the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Advanced Data Storage Technologies · Distributed systems and fault tolerance
