Actions
Story #5159
closedAs a user, I can optionally validate and repair content at sync time
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Motivation¶
There are situations when content in the storage needs to be repaired (while DB is fine and still contains all the data):
- file got corrupted for whatever reason
- file was removed from the storage by accident
- etc
Users need a way to solve those situations.
Solution¶
Introduce an option repair
for the sync operation. It should be False by default.
When the repair
option is enabled, in the QueryExistingArtifacts stage make sure that the sha256 checksum of content in the storage is the same as stored in the DB.
Related issues
Updated by ttereshc over 4 years ago
- Related to Story #5613: As a user, I have an API based way to report and redownload (if possible) corrupted content on the file system for one repository added
Updated by ttereshc over 4 years ago
- Status changed from NEW to CLOSED - DUPLICATE
- Parent issue deleted (
#5113)
Updated by ttereshc over 4 years ago
- Related to deleted (Story #5613: As a user, I have an API based way to report and redownload (if possible) corrupted content on the file system for one repository)
Updated by ttereshc over 4 years ago
- Is duplicate of Story #5613: As a user, I have an API based way to report and redownload (if possible) corrupted content on the file system for one repository added
Updated by ttereshc over 4 years ago
This problem will be solved not during sync but as a separate API call, see #5613
Actions