Move Faster to v12 blob SDK, and implement e-tag protection to fix data corruption bug #208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a problem where extreme timing variations (caused by CPU overload) can lead to data corruption because the current lease mechanism contains timing assumptions. The fix is to add e-tag protection to the blobs in question. However, e-tags were not part of the page blobs API in v11, so we also needed to update all of the FASTER blob accesses to use the latest v12 storage SDK.