errose28 opened a new pull request, #10889: URL: https://github.com/apache/ozone/pull/10889
## What changes were proposed in this pull request? OM Prepare for upgrade will be a no-op once ZDU is supported. There may be leftover state in the DB and VERSION file indicating that the OM was put in prepare mode in the prior version. We should remove this state in an upgrade action tied to OM version 100 (ZDU support) which will run when the OM is finalized. Similarly, SCM will not longer have a finalization-in-progress marker in its DB. This should be completely cleared out by the old version when SCM finishes finalizing, but we can also add an upgrade action to ensure it is removed. ## What is the link to the Apache JIRA HDDS-14754 ## How was this patch tested? Unit tests for the upgrade actions were added, but they are difficult to test in a real cluster during the upgrade. The existing mock upgrade actions for ZDU that were used in testing have been removed since we have concrete actions to test with now. -- 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]
