abtqian commented on PR #56445: URL: https://github.com/apache/spark/pull/56445#issuecomment-4687007941
> This assumption sounds wrong to me because Apache Spark driver has the `restartPolicy=Never` explicitly. > > > When a Spark driver container running on Kubernetes restarts > > https://github.com/apache/spark/blob/9018d84117e4bf9e704e5b0c5246d5add73a74ed/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStep.scala#L152 hI @dongjoon-hyun , our Spark job is a long running spark job in client mode. The driver pod is maintained by ourselves with `restartPolicy=Always`. So when our driver process restarts, sometimes we met this issue. -- 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]
