jiangzho opened a new pull request, #532: URL: https://github.com/apache/spark-kubernetes-operator/pull/532
### What changes were proposed in this pull request? Add `spark.kubernetes.operator.cacheSyncTimeoutSeconds` (default: 30s) as a new `SparkOperatorConf` config option and wire it into the JOSDK operator configuration via `withCacheSyncTimeout` in `SparkOperator`. Update `docs/config_properties.md` accordingly. ### Why are the changes needed? The JOSDK informer cache sync timeout was previously hardcoded to the framework default with no way for operators to tune it. In environments with large clusters or slow API servers, the default may be too short. ### Does this PR introduce _any_ user-facing change? Yes. A new configuration property is introduced. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
