[ https://issues.apache.org/jira/browse/SPARK-22097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175887#comment-16175887 ]
Apache Spark commented on SPARK-22097: -------------------------------------- User 'ConeyLiu' has created a pull request for this issue: https://github.com/apache/spark/pull/19316 > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org