[
https://issues.apache.org/jira/browse/SPARK-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Or closed SPARK-5423.
----------------------------
Resolution: Fixed
Fix Version/s: 1.2.2
1.1.2
1.3.0
Assignee: Shixiong Zhu
Target Version/s: 1.3.0, 1.1.2, 1.2.2
> ExternalAppendOnlyMap won't delete temp spilled file if some exception
> happens during using it
> -----------------------------------------------------------------------------------------------
>
> Key: SPARK-5423
> URL: https://issues.apache.org/jira/browse/SPARK-5423
> Project: Spark
> Issue Type: Improvement
> Components: Shuffle
> Affects Versions: 1.0.0
> Reporter: Shixiong Zhu
> Assignee: Shixiong Zhu
> Fix For: 1.3.0, 1.1.2, 1.2.2
>
>
> ExternalAppendOnlyMap won't delete temp spilled file if some exception
> happens during using it.
> There is already a TODO in the comment:
> {code}
> // TODO: Ensure this gets called even if the iterator isn't drained.
> private def cleanup() {
> batchIndex = batchOffsets.length // Prevent reading any other batch
> val ds = deserializeStream
> deserializeStream = null
> fileStream = null
> ds.close()
> file.delete()
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]