DynamoFS
DynamoFS copied to clipboard
Add version tracking and concurrency checks
This will introduce a version field which will be incremented every time a write is made. It'll be verified against the current version to ensure that no concurrent modification happened. If it happens we need to figure out whether we can write automatic transaction retry mechanism.