Swift storage: Simultanious update on same object
Hi,
We are planning to use Swift storage in our cloud services.
Setup: 2 proxy node and 4 storage node with 4 replica for each partitions
My question is
Lets say same object being accessed by 2 clients and then they both adds new version of object. Now lets say request came to different proxy server. In this scenario, how replications service handles this? Will update by one client lost? Or replication service do merge(I guess not) or update by one client fails?