Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/2864#issuecomment-60314190
  
    I see... when the JVM's `UncaughtExceptionHandler` catches an OOM exception 
it doesn't actually kill the JVM. However, we do want to log the fact that we 
are facing an OOM exception somewhere. Even though 
`ExecutorUncaughtExceptionHandler` eventually does that it's not clear from the 
name `tryOrExit` that we will log the error. I'm just not sure how badly this 
issue needs to be fixed. We do this in other places too (e.g. LiveListenerBus 
has a polling thread).


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