rich7420 opened a new pull request, #9216: URL: https://github.com/apache/ozone/pull/9216
## What changes were proposed in this pull request? This PR fixes two issues in the FSO repair tool: 1. Fixed the DB path handling in getStoreFromPath() to use the actual directory name from the provided path instead of hardcoding "om.db". Now the tool supports any OM DB directory name (e.g., om-db-backup, om-copy). 2. Renamed internal method and report references for better clarity: unreachable → pendingToDelete unreferenced → orphaned ## What is the link to the Apache JIRA Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g. HDDS-XXXX. Fix a typo in YYY.) https://issues.apache.org/jira/browse/HDDS-13825 ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this.) -- 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]
