JyotinderSingh opened a new pull request, #3377: URL: https://github.com/apache/ozone/pull/3377
## What changes were proposed in this pull request? Add Request Validators for the prefinalization state during the upgrade for the Bucket Layout feature. `OMBucketCreateRequest` when asked to create an `FSO` bucket can lead to the persistence of new metadata that will not be compatible with an older version of the OzoneManager in case of a downgrade. The behavior in such a case is defined as follows: - Only LEGACY buckets can be created in the pre-finalized state. - Requests to create FSO/OBS buckets will be denied in the PRE_PROCESS phase itself. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6680 ## How was this patch tested? Added robot tests -- 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]
