Tejaskriya opened a new pull request, #7177: URL: https://github.com/apache/ozone/pull/7177
## What changes were proposed in this pull request? A repair command that adds a record to one of the tables in the om.db. The command will take key and value as input, and put the record in the db. If a record with the key already exists, then it will be overwritten. In this PR, the support for the following table are added: volumeTable, bucketTable, keyTable, openKeyTable, fileTable, openFileTable, directoryTable, deletedDirectoryTable, s3SecretTable. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11432 ## How was this patch tested? Tested manually with a db. The output can be seen in this gist as it is too verbose to be added directly in the PR description/comment: https://gist.github.com/Tejaskriya/a39ecf26663e457864043e762d3f40d9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
