-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add repair step to repair mismatch filecache paths #28253
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
c3fe226
Add repair step to repair mismatch filecache paths
8ff57c2
Repair detached filecache entries through occ files:scan
97e991d
Use DI and add more tests for storage filter
4247b50
Run phase 2 of repair on gathered affected storages from phase 1
dfaece3
occ files:scan --all --repair repairs all storages at once
894981c
Improve output when repairing. Fix non-repair file:scan
tomneedham 733ba8c
Add parallel non-corrupt storages to filecache repair step to check f…
tomneedham 76e08b7
Test without parallel storages
tomneedham 20555eb
Fix lastinsertid for postgres wehn reusing fileid
tomneedham 63747ec
Try oracle tests without throwing exception for stray transactions
tomneedham b62ff20
Oracle hates empty strings
4c15721
Workaround for Oracle trigger for fileid
cea1009
Cleanup testcase and comments
tomneedham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
occ files:scan --all --repair repairs all storages at once
This instead of iterating over all storages which is way less efficient due to the 1-N nature of potential failed cross-storage moves that we are repairing. If singleuser mode is enabled and "--all --repair" is passed, all storages will be repaired in bulk (no repair filter). If not, it will fall back to iterating over each storage which is slower.
- Loading branch information
commit dfaece327469a29cf49ef39562be4e2160cff6fd
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<comment>There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know about that one