errose28 opened a new pull request, #9716: URL: https://github.com/apache/ozone/pull/9716
## What changes were proposed in this pull request? The upgrade framework currently support various hooks to run actions during the upgrade process. In practice we are only using upgrade actions that run when a layout feature is finalized (`ON_FINALIZE`), which are the easiest to reason about. This PR removes support for adding upgrade actions to any other part of the upgrade flow so that we do not need to worry about testing and maintaining them as we iterate on the upgrade framework. This also reduces the chances of developer error when adding layout feature handling. ## What is the link to the Apache JIRA HDDS-14569 ## How was this patch tested? Existing tests are expected to pass to ensure there are no regressions in the simplification. No new functionality was added to be tested. -- 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]
