asilvas / blobby

HTTP Proxy for Blob storage systems (such as S3) that automatically shards and replicates your data
MIT License
4 stars 5 forks source link

Delete file on replica failure #8

Open asilvas opened 7 years ago

asilvas commented 7 years ago

This is a potential data consistency issue, in that if one replica write fails, but at least one succeeds, you've got a data inconsistency. We should probably auto-clean this up by removing the successful writes.