Netflix / dynomite

A generic dynamo implementation for different k-v storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to resolve the conflict in Dynomite when clients write in 2 Data Centers?

zhaidongbo opened this issue · comments

Hi,
How to resolve the conflict in Dynomite when clients write in 2 Data Centers simultaneously?
I can't find any information, Could you help me?
Thank you

Hi @zhaidongbo As per the wiki, last writer wins in this case, i.e. which ever client's write was last written in a quorum number of replicas.