khogeland commented on issue #26687: [SPARK-30055][k8s] Allow configuration of restart policy for Kubernetes pods URL: https://github.com/apache/spark/pull/26687#issuecomment-561743930 >Now, let's assume we restart the executors I think you're misunderstanding what the restart policy does. The restart policy is a Kubernetes setting that controls what the host does when the pod containers exit (in this case, when the executor process exits). Setting the restart policy to always tells the host to always restart executors _that have exited._ It is a failure handling mechanism.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
