Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/7786
  
    @steveloughran 
    
    > I suspect that if you get told you are being pre-empted, you aren't 
likely to get containers elsewhere
    
    That's very possible. But I'm just trying to point out that the current 
change doesn't really make things better. Without killing the executor, you'll 
still be holding on to resources, except now you wouldn't be using them. So 
might as well keep using them for as long as you can, or give them back as soon 
as possible (i.e. as soon as the executor becomes idle).


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