kaijchen opened a new pull request #3089: URL: https://github.com/apache/ozone/pull/3089
## What changes were proposed in this pull request? Use `ozone.server.default.replication` and `ozone.server.default.replication.type` as cluster level replication configs. ReplicationConfig will be decided in the following order: 1. Client-passed config 2. Bucket-level config 3. Cluster-level config When creating new buckets, the default bucket-level config is set to `null`. When listing buckets, buckets with no bucket-level replicationConfig will not show `replicationConfig`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6294 ## How was this patch tested? manual tests, maybe UT should be added. -- 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]
