adoroszlai opened a new pull request, #10121: URL: https://github.com/apache/ozone/pull/10121
## What changes were proposed in this pull request? Some config properties are duplicated between `ozone-default.xml` and classes annotated with `@Config`. This causes the generated documentation to flip-flop between the different defaults/descriptions/tags (example: https://github.com/apache/ozone-site/pull/374/commits/57d92be6271d30704050c68e964dcb9f4fc5c4f9). This change: - adds sanity check in `xml_to_md.py` to catch duplicate properties - removes duplicates from `ozone-default.xml` - updates descriptions, tags and default values where necessary - fixes `TestOzoneConfigurationFields` by moving some constants out of the classes being checked - updates `BasicRootedOzoneClientAdapterImpl` to store `OzoneClientConfig` instead of creating it for each `getFileChecksum` call - removes `hadoop.http.idle_timeout.ms` from `httpfs-default.xml` (duplicated from `ozone-default.xml`) https://issues.apache.org/jira/browse/HDDS-15108 ## How was this patch tested? https://github.com/adoroszlai/ozone/actions/runs/24883493975 -- 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]
