alexr17 opened a new pull request, #17552: URL: https://github.com/apache/hudi/pull/17552
### Describe the issue this Pull Request addresses Closes #17551 ### Summary and Changelog Changes DFSPropertiesConfiguration to lazily load properties to avoid failures during static initialization ### Impact Prevents failures reading from s3 during static initialization from poisoning the JVM ### Risk Level Medium -> most Hudi processes touch this code path, so this should be tested on real workloads before merging to ensure the configs are being loaded properly. ### Documentation Update None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
