You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xianyang Liu (JIRA)" <ji...@apache.org> on 2017/09/22 03:53:00 UTC

[jira] [Created] (SPARK-22097) Call serializationStream.close after we requested enough memory

Xianyang Liu created SPARK-22097:
------------------------------------

             Summary: Call serializationStream.close after we requested enough memory
                 Key: SPARK-22097
                 URL: https://issues.apache.org/jira/browse/SPARK-22097
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.2.0
            Reporter: Xianyang Liu


Current code, we close the `serializationStream` after we unrolled the block. However, there is a otential problem that the size of underlying vector or stream maybe larger the memory we requested. So here, we need check it agin carefully.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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