You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A framework to detect errors like lost writes when network partitions occur in Distributed databases. Distributed data systems can be exceptionally hard to get right. In this paper we present Par-titionPy (inspired by Jepsen[1]), a framework that can verify the correctness of distributed data systems in the presence of network parti-tions. Parti…