PDGGK opened a new pull request, #38152: URL: https://github.com/apache/shardingsphere/pull/38152
## Changes Use `Integer.parseInt(props.get(...).toString())` instead of `(int) props.get(...)` in `StatisticsCollectJobWorker.getZookeeperConfiguration()` to safely handle String-typed property values from YAML/URL configuration. Fixes #38151 ## Type - [x] Bugfix -- 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]
