Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of batch and etags in Azure Table API to ensure data integrity. #18

Open
MattPitlyk opened this issue Nov 13, 2017 · 0 comments
Labels

Comments

@MattPitlyk
Copy link
Collaborator

With the current AzureTableStorage implementation, there is the potential for data corruption either by 1) one thread doing multiple operations and failing on a later step, which leaves the data in an invalid state or 2) two threads work on the same data at interweaving intervals.

The batch mechanism in the Azure Table API will fix 1.
Making use of etags will help with 2.

@MattPitlyk MattPitlyk added the bug label Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant