fapifta commented on PR #6932:
URL: https://github.com/apache/ozone/pull/6932#issuecomment-2313839242

   @sumitagrawl thank you for giving an example for a generic pre-finalized 
state validation. The problem with this is that we do not want to disable all 
operations that have a new feature in the pre-finalized state, but we want to 
prevent using any new feature, so that if tests shows that a rollback/downgrade 
is needed, then it can be done.
   
   So in the pre-finalized state what we need is to disable any new features 
coming in, that would store metadata that the old code does not understand, but 
we want to ensure that all things are operational so that it is possible to 
verify that the upgraded software works as expected before allowing to write 
data/metadata that the old code can not understand.
   The aim is to ensure that there are no such data/metadata is written in the 
pre-finalized state, that prevents a rollback/downgrade.


-- 
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]

Reply via email to