What is the reason to send writes to all replica nodes?
Swift now send the writes to all the replicas. But if we that behaviour to only send object to one replica system should perform fast.
But it seems the replica maintenance services running on Swift-storage nodes slows down the cluster.
Is this the reason to send the writes to all the replica nodes? Because it is eventual consistent, why we write to all the nodes every time?