sodonnel opened a new pull request, #10152: URL: https://github.com/apache/ozone/pull/10152
## What changes were proposed in this pull request? The original scm finalize command blocked until SCM and enough datanodes had finalized. The new design is that the finalize command should kick off the finalize process and then return immediately. Any other process which needs to see the progress must call the finalize status command to see if it has completed or not. This change adds a new protobuf message which triggers finalize and returns. There is a new "ozone admin upgrade finalize" command which triggers finalize. The existing tests are adjusted so they call the new command and then poll the status command to see if finalize has completed or not. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14669 ## How was this patch tested? Existing integration tests modified to call the new flow. Added a simple test to validate the new CLI command. -- 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]
