Github user andrewor14 commented on the pull request:

    https://github.com/apache/spark/pull/2864#issuecomment-60174247
  
    Hey @CodingCat I think this is the expected behavior. If an OOM is thrown 
on the driver then the context cleaner thread should just die. In fact 
`logUncaughtException` rethrows the error and this is propagated to Java's 
`UncaughtExceptionHandler`. I don't think we want to use `tryOrExit` here 
because we want to log the exception, and we don't want to use the 
`ExecutorUncaughtExceptionHandler` for the driver.
    
    Would you mind closing this?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to