skonto edited a comment on issue #24796: [SPARK-27900][CORE] Add uncaught 
exception handler to the driver
URL: https://github.com/apache/spark/pull/24796#issuecomment-509017090
 
 
   @squito `-XX:OnOutOfMemoryError="kill -9 %p" ` I think there more options now
   
   
https://stackoverflow.com/questions/5792049/xxonoutofmemoryerror-kill-9-p-problem
 after java8u92 I use:
   
   ```
   -XX:+ExitOnOutOfMemoryError
   -XX:+CrashOnOutOfMemoryError
   ```
   Anyway if that is the consensus let's all agree, what about the executors? 
They have a shutdown handler... should they? I think this issue goes beyond K8s 
it affects all deployments. Also sometimes you may want to collect the crash 
report, so `CrashOnOutOfMemoryError` maybe a better option in some scenarios.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to