dongjoon-hyun commented on PR #55642: URL: https://github.com/apache/spark/pull/55642#issuecomment-4358021402
I'd like to explain the background a little more, @viirya . 1. K8s `VolumeResizeFailed` warning message is a typical message type in K8s world. K8s control plane shows those kind of messages until they reach the user-requested desirable status. It's the pattern of asynchronous behavior. 2. This PR is a part of [SPARK-55555 Support heterogeneous K8s executor management](https://issues.apache.org/jira/browse/SPARK-55555) which aims to make Spark more robust from the pod failure by allowing the resource adjustment. There is no risk of correctness here. - https://github.com/apache/spark/pull/54558 - https://github.com/apache/spark/pull/54215 - https://github.com/apache/spark/pull/55642 (This PR) - https://github.com/apache/spark/pull/54336 -- 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]
