S3UTILS-242: add repairedInfo metadata field on object repair#401
Open
jonathan-gramain wants to merge 2 commits into
Open
S3UTILS-242: add repairedInfo metadata field on object repair#401jonathan-gramain wants to merge 2 commits into
jonathan-gramain wants to merge 2 commits into
Conversation
When repairObject repairs a version with duplicate sproxyd keys, it now stamps a repairedInfo field on the metadata with a timestamp and the reason, to aid forensic investigation of repaired objects. Document the new field in README.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Hello jonathan-gramain,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development/1.17 #401 +/- ##
====================================================
- Coverage 44.92% 44.91% -0.01%
====================================================
Files 88 88
Lines 6462 6463 +1
Branches 1354 1354
====================================================
Hits 2903 2903
- Misses 3513 3514 +1
Partials 46 46 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
repairObjectrepairs a version with duplicate sproxyd keys, it now stamps arepairedInfofield on the metadata containing an ISO 8601 timestamp (lastRepairedAt) and the repairreason("duplicate-sproxyd-keys")Test plan
repairObject/putObjectMetadatastill pass (yarn test:unit)repairedInfofield is present in metadata after a repair by inspecting the object via the bucketd API🤖 Generated with Claude Code