2 citations · 3 across the 4 of their papers we have counts for
7 papers · 1 filter
LogPlayer: Fault-tolerant Exactly-once Delivery using gRPC Asynchronous Streaming
Mohammad Roohitavaf, Kun Ren, Gene Zhang +1
In this paper, we present the design of our LogPlayer that is a component responsible for fault-tolerant delivery of transactional mutations recorded on a WAL to the backend storag…
CausalSpartanX: Causal Consistency and Non-Blocking Read-Only Transactions
Mohammad Roohitavaf, Murat Demirbas, Sandeep Kulkarni
Causal consistency is an intermediate consistency model that can be achieved together with high availability and performance requirements even in presence of network partitions. In…
Session Guarantees with Raft and Hybrid Logical Clocks
Mohammad Roohitavaf, Jung-Sang Ahn, Woon-Hak Kang +4
Eventual consistency is a popular consistency model for geo-replicated data stores. Although eventual consistency provides high performance and availability, it can cause anomalies…
Toward Adaptive Causal Consistency for Replicated Data Stores
Mohammad Roohitavaf, Sandeep Kulkarni
Causal consistency for key-value stores has two main requirements (1) do not make a version visible if some of its dependencies are invisible as it may violate causal consistency i…
DKVF: A Framework for Rapid Prototyping and Evaluating Distributed Key-value Stores
Mohammad Roohitavaf, Sandeep Kulkarni
We present our framework DKVF that enables one to quickly prototype and evaluate new protocols for key-value stores and compare them with existing protocols based on selected bench…
Consistency in Distributed Data Stores
Mohammad Roohitavaf
This paper focuses on the problem of consistency in distributed data stores.We define strong consistency model which provides a simple semantics for application programmers, but im…