You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/18 06:47:10 UTC

[GitHub] [spark] singh-abhijeet commented on pull request #32739: [SPARK-32975] [K8S] Ensure driver is ready before executors start

singh-abhijeet commented on pull request #32739:
URL: https://github.com/apache/spark/pull/32739#issuecomment-1044008594


   This only addresses driver, what about executors if they have sidecar injected too? The executor must wait as well before sidecar container is ready and then make bootstrap calls to driver.
   
   I was getting connection refused excp because sidecar container was not ready and executor was trying to communicate. I resolved it by adding a sleep/wait time in entrypoint.sh for exec, but it would be neat to have a `spark.k8s` config which allows to set wait time.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org