adoroszlai opened a new pull request, #9772: URL: https://github.com/apache/ozone/pull/9772
## What changes were proposed in this pull request? Fix failure in `kubernetes` check due to read failure after datanodes are restarted: ``` Ozone Client Key Validator | FAIL | 255 != 0 ``` - Wait for pipeline to be open before trying to read. - Increase client retry count and wait interval. - Fix log configuration in `k8s` config to allow suppressing logger for CLI commands (respect `hadoop.root.logger` property). This is required for `ozone admin --json` command output to be valid JSON. https://issues.apache.org/jira/browse/HDDS-14635 ## How was this patch tested? `ozone/test.sh` passed 10x: https://github.com/adoroszlai/ozone/actions/runs/22041622888 All `kubernetes` check passed 10x: https://github.com/adoroszlai/ozone/actions/runs/22042121647 Regular CI: https://github.com/adoroszlai/ozone/actions/runs/22042489756 -- 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]
