fapifta opened a new pull request #3267: URL: https://github.com/apache/ozone/pull/3267
## What changes were proposed in this pull request? The change adds a new OzoneManagerVersion against which the clients can check whether the OM is supporting EC or not. Added check for replication config arguments in the relevant requests/commands to ensure we do not send an ECReplicationFactor instance to a cluster that does not have support for it. The affected mutations: CreateKey, CreateFile, CreateBucket, SetBucketProperty, InitiateMultipartUpload. These 5 places are enough as later on the replication config supplied in those are used passed and used between the client and the server. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6209 ## How was this patch tested? Current CI should cover some of the new additions here, some tests may be adjusted as part of this PR later on, but posting this so that the additional production code can already be reviewed. -- 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]
