FatihBAKIR / blockstore

2 stars 1 forks source link

Conflict resolution #3

Closed FatihBAKIR closed 6 years ago

FatihBAKIR commented 6 years ago

What should happen in the case of a conflict detection? Should the client just retry? Should the BS server try to create another block with the operation?

I think the latter should work until we have transactions.

kylecrsn commented 6 years ago

What do you mean by conflict in this context? As in a PUT attempt was made but the key specified already existed?