ulysses-you commented on issue #1800:
URL: 
https://github.com/apache/incubator-kyuubi/issues/1800#issuecomment-1151915242

   I think the issue is that:
   The SparkContext is goind to stop and send SparkListenerApplicationEnd to 
listener, but due to the GC overhead the work thread has no chance to actually 
do dispatch the event.
   
   One option to solve this issue is: we can add an OutOfMemoryError hook at 
spark driver java options to do kill since we have removed the internal 
OutOfMemoryError hook.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to