jiangxb1987 edited a comment on issue #24408: [SPARK-27510][CORE] Avoid Master 
falls into dead loop while launching executor failed in Worker
URL: https://github.com/apache/spark/pull/24408#issuecomment-484830660
 
 
   > > if the ExecutorRunner got shutdown before calling fetchAndRunExecutor()
   > 
   > Then the worker sends nothing, and master should timeout this worker 
eventually. +1 for adding some tests
   
   The worker will send ExecutorState.LAUNCHING again, while actually it shall 
send out ExecutorState.FAILED in this case. See
   
https://github.com/apache/spark/blob/ea54dd4340a623c63aceb5e91ce8aeabceec21d4/core/src/main/scala/org/apache/spark/deploy/worker/ExecutorRunner.scala#L110

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

Reply via email to