rich7420 opened a new pull request, #10926: URL: https://github.com/apache/ozone/pull/10926
## What changes were proposed in this pull request? hadoop-ozone/integration-test/src/test/resources/ozone-site.xml defines some settings that are useful for test environment to reduce space/memory needs. These are not applied to other modules (e.g. integration-test-s3, etc.) or external components that use mini-cluster. The goal of this task is to add (some of) the settings in mini-cluster as defaults. Configuration#setIfUnset() does not work, because get(String) (without a default value) returns the value from ozone-default. It looks like setIfUnset only works with property names not defined in any config XML, or properties without default value (<value/>). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12688 ## How was this patch tested? https://issues.apache.org/jira/browse/HDDS-12688 -- 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]
