Pain Point

Geo-Replication Conflict / Divergence

Write conflicts and data divergence that occur in active-active geo-replicated object storage when multiple sites independently write to the same object key or modify the same metadata.

5 connections 2 resources

Summary

What it is

Write conflicts and data divergence that occur in active-active geo-replicated object storage when multiple sites independently write to the same object key or modify the same metadata.

Where it fits

Geo-replication conflicts are the fundamental challenge of multi-site object storage. The CAP theorem guarantees that active-active replication across WAN links must choose between consistency and availability — and most object storage systems choose availability, accepting temporary divergence.

Misconceptions / Traps
  • Last-writer-wins (LWW) is the most common conflict resolution but can silently drop writes. Applications that cannot tolerate lost writes need application-level conflict handling.
  • Replication lag is not the same as conflict. Lag is temporary inconsistency that resolves; conflicts require explicit resolution. Monitoring must distinguish between the two.
Key Connections
  • CRDT solves Geo-Replication Conflict / Divergence — coordination-free convergence
  • Active-Active Multi-Site Object Replication constrained_by Geo-Replication Conflict / Divergence
  • scoped_to Geo / Edge Object Storage, Object Storage

Definition

What it is

Write conflicts and data divergence that occur when the same object key is modified at multiple sites simultaneously in an active-active geo-replicated object store.

Connections 5

Outbound 3
Inbound 2

Resources 2