Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/18594
  
    I don't think you understand what the change is doing. The task will still 
fail, because the executor is dying. 
    
    The only thing that changes is the failure reason, which will now be 
"Executor lost", which is actually more correct (any failure caused by races in 
shutdown are basically because the executor is dying). That allows the driver 
to ignore the failure in certain cases like it already does (e.g. YARN 
preempting executors).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to