-
Notifications
You must be signed in to change notification settings - Fork 514
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
HDDS-12050. Implement TransactionInfoRepair command for SCM #7689
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks @sarvekshayr for the patch.
I would like to avoid copying logic for SCM's version of the tool. Here's my attempt to reduce duplication: adoroszlai@29fd408, which results in smaller diff: master...adoroszlai:ozone:HDDS-12050
Thank you @adoroszlai. The change proposed is simpler, reduces duplication and the patch looks good overall. |
Thanks, I've added my commits to this PR. |
@errose28 could you please review? |
@nandakumar131 please review if you have some time |
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.
Thanks for working on this @sarvekshayr , Could we add a test under the integration test TestOzoneRepairShell
for testing scm component as well? (there is testUpdateTransactionInfoTable
testing for om already)
Sure, I'll modify it to test scm component as well. |
What changes were proposed in this pull request?
ozone repair scm update-transaction
A port of the existing
ozone repair om update-transaction
for SCM.What is the link to the Apache JIRA
HDDS-12050
How was this patch tested?
Tested the patch on a docker cluster.