ERA adds asynchronous epoch-based arbitration to CRDTs to resolve duelling admins by imposing bounded total order within epochs while keeping availability.
Dotted Version Vectors: Logical Clocks for Optimistic Replication
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In cloud computing environments, a large number of users access data stored in highly available storage systems. To provide good performance to geographically disperse users and allow operation even in the presence of failures or network partitions, these systems often rely on optimistic replication solutions that guarantee only eventual consistency. In this scenario, it is important to be able to accurately and efficiently identify updates executed concurrently. In this paper, first we review, and expose problems with current approaches to causality tracking in optimistic replication: these either lose information about causality or do not scale, as they require replicas to maintain information that grows linearly with the number of clients or updates. Then, we propose a novel solution that fully captures causality while being very concise in that it maintains information that grows linearly only with the number of servers that register updates for a given data element, bounded by the degree of replication.
fields
cs.DC 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
ERA: Epoch-Resolved Arbitration for Duelling Admins in Group Management CRDTs
ERA adds asynchronous epoch-based arbitration to CRDTs to resolve duelling admins by imposing bounded total order within epochs while keeping availability.