adoroszlai commented on PR #3391: URL: https://github.com/apache/ozone/pull/3391#issuecomment-1124725624
Thanks @kaijchen for working on this. I'm not sure we should add new methods to `MiniOzoneCluster.Builder` to set config properties, unless it is a widely used setting with different values in various tests. When building a `MiniOzoneCluster`, tests provide an `OzoneConfiguration`, which they can already customize. If the production default value is not suitable for test environment, we can override it for all integration tests in `hadoop-ozone/integration-test/src/test/resources/ozone-site.xml`. Can you please share more details on the expected usage of this property? -- 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]
