liangyouze commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034493986
> I read the content in [SPARK-44050](https://issues.apache.org/jira/browse/SPARK-44050), but only the phenomenon was supplied, no root cause. > > > ... when creating resources like configmaps, the interface returns success without any exceptions, but the configmap resource is not actually created. > > This sounds like a K8s side issue, either on the server or client side, not Spark. Yes, it's highly likely a K8S side issue, but I think adding a resource check on the Spark application side can effectively prevent this problem. Regardless of which side the issue lies on, the Spark application should not get stuck and should be able to run or exit gracefully. -- 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]
