errose28 opened a new pull request, #10902: URL: https://github.com/apache/ozone/pull/10902
## What changes were proposed in this pull request? Use enum instead of boolean to indicate finalization status from SCM and OM to Clients. This allows us to use more descriptive states like "pending" status when OM is waiting for HDDS to finalize, and "in progress" when only some datanodes are finalized. It also allows more states to be added in the future if needed. ## What is the link to the Apache JIRA HDDS-16024 ## How was this patch tested? - Existing unit and integration tests updated - New tests added for intermediate enum states -- 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]
