liangyouze commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034422508
> > ... resources such as ConfigMap cannot be successfully created > > Could u please elaborate more about the root causes? And how to classify the retryable error and permanent error. Please refer to [SPARK-44050](https://issues.apache.org/jira/browse/SPARK-44050) for details. Sometimes, when creating resources like configmaps, the interface returns success without any exceptions, but the configmap resource is not actually created. In such cases, retrying typically succeeds in creating the resource, whereas when the interface throws an exception, it's usually not retryable. -- 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]
