elek opened a new pull request #2089: URL: https://github.com/apache/ozone/pull/2089
## What changes were proposed in this pull request? This patch introduces the usage of `ReplicationConfig` on mater instead of using `replicationType` and `replicationFactor`. It is required by EC (see #2068 and #1973) Using java based `ReplicationFactor` requires further changes in SCM (and OM) and we decidede to make the generic part of the refactor on master (it doesn't introduce any new logic only the java representation of the data is changing) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5011 ## How was this patch tested? It contains unit tests. It introduces only new Java classes, therefore it's safe to include. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
