JyotinderSingh opened a new pull request, #3395: URL: https://github.com/apache/ozone/pull/3395
## What changes were proposed in this pull request? This Jira adds `OMMetadataManager` to the argument list for the `RequestValidators` in the upgrade framework - some of the requests/responses in case of the Bucket Layout feature cannot be rejected based on just the `OMRequest`/`OMResonse` object. We need to look inside the OM DB state to check what the bucket layout of the associated bucket would be. To enable this we need to pass the MetadataManager instance into the request validator methods. Please see [HDDS-6681](https://issues.apache.org/jira/browse/HDDS-6681) for more details. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6720 ## How was this patch tested? Modified current 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]
