nandakumar131 opened a new pull request, #7623: URL: https://github.com/apache/ozone/pull/7623
## What changes were proposed in this pull request? Replace `GenericCli#createOzoneConfiguration` calls with `GenericCli#getOzoneConf`. `GenericCli#getOzoneConf` is getting called before `picocli` injects the command-line Options `configurationOverrides` and `configurationPath`, so the `OzoneConfigutation` object is created before `picocli` updates these Options. To update the `OzoneConfigutation` object with `configurationOverrides` and `configurationPath`, this PR changes the `configurationOverrides` and `configurationPath` instance variables to methods. ## What is the link to the Apache JIRA HDDS-11992 ## How was this patch tested? CI Run: [12523963928](https://github.com/nandakumar131/ozone/actions/runs/12523963928) -- 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]
