jin xing created SPARK-24294:
--------------------------------

             Summary: Throw SparkException when OOM in BroadcastExchangeExec
                 Key: SPARK-24294
                 URL: https://issues.apache.org/jira/browse/SPARK-24294
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.0
         Environment: scala-2.11.8
            Reporter: jin xing


When OutOfMemoryError thrown from BroadcastExchangeExec, 
scala.concurrent.Future will hit scala bug -- 
https://github.com/scala/bug/issues/9554, and hang until future timeout:

We could wrap the OOM inside SparkException to resolve this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to