Actions
Task #7501
closedFeature #7159: [Keep] Implement an Azure blob storage volume in keepstore
Adjust Azure mtimes to local time
Description
Ideally we would convert Azure timestamps to local timestamps based on the Date header in the Azure response, at least when relying on timestamps to handle races: e.g., there should still be a 15 second window for the "block appears empty while writing" race even if the clocks are off by 15 seconds.
Updated by Tom Clegg about 9 years ago
- Status changed from New to Closed
- Remaining (hours) set to 0.0
Updated by Tom Clegg about 9 years ago
- Description updated (diff)
- Estimated time set to 0.00 h
Unfortunately, the current Azure SDK for Go does not expose response headers. A future version of the SDK might fix this. Until then, we just rely on clocks being reasonably well synchronized using something like NTP.
Actions