Github user zsxwing commented on the issue:

    https://github.com/apache/spark/pull/18126
  
    > 10s is pretty short for a driver timeout
    
    This is usually not a problem. If worker is trying to kill a driver, it 
often means the driver is unhealthy or being killed by the user intentionally. 
10 seconds to allow shutdown hooks cleaning up resources such as deleting temp 
files is usually enough. Given that replying on shutdown hooks to persist data 
is not common, and we have a configuration for special cases, I think it's fine.


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