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: [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]
