Re: [PR] [SPARK-47279][CORE]When the messageLoop encounter a fatal exception, such as oom, exit the JVM to avoid the driver hanging forever [spark]

2024-03-12 Thread via GitHub
monkeyboy123 commented on PR #45385: URL: https://github.com/apache/spark/pull/45385#issuecomment-1990909657 > Instead of handling such a special case here, JVM has provided helpful arguments to deal with OutOfMemoryError. +1 -- This is an automated message from the Apache Git

Re: [PR] [SPARK-47279][CORE]When the messageLoop encounter a fatal exception, such as oom, exit the JVM to avoid the driver hanging forever [spark]

2024-03-11 Thread via GitHub
yaooqinn commented on PR #45385: URL: https://github.com/apache/spark/pull/45385#issuecomment-1990595991 Instead of handling such a special case here, JVM has provided helpful arguments to deal with OutOfMemoryError. -- This is an automated message from the Apache Git Service. To

[PR] [SPARK-47279][CORE]When the messageLoop encounter a fatal exception, such as oom, exit the JVM to avoid the driver hanging forever [spark]

2024-03-05 Thread via GitHub
lastbus opened a new pull request, #45385: URL: https://github.com/apache/spark/pull/45385 ### What changes were proposed in this pull request? When a task has finished and sent messages back to the driver, but the driver cannot create new thread because of insufficient memory, then