errose28 commented on PR #10442: URL: https://github.com/apache/ozone/pull/10442#issuecomment-4711397645
Thanks @sodonnel, just resolved the merge conflicts. > other DB migration strategies I have seen have a concept of a sequence numbered migration file that runs SQL and has an "up" and "rollback" section... Noted, we can revisit this later if needed, although I'm not sure it is necessary. The upgrade action framework provides a superset of this functionality by tracking any modifications to the disk with the tradeoff that they are idempotent, but I have yet to encounter an upgrade action for Ozone that could not be made idempotent. -- 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]
