[ https://issues.apache.org/jira/browse/SPARK-36036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean R. Owen resolved SPARK-36036. ---------------------------------- Fix Version/s: 3.3.0 Resolution: Fixed Issue resolved by pull request 33251 [https://github.com/apache/spark/pull/33251] > Regression: Remote blocks stored on disk by BlockManager are not deleted > ------------------------------------------------------------------------ > > Key: SPARK-36036 > URL: https://issues.apache.org/jira/browse/SPARK-36036 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 3.3.0 > Reporter: Denis Tarima > Assignee: Denis Tarima > Priority: Minor > Fix For: 3.3.0 > > > There was a regression since Spark started storing large remote files on disk > (https://issues.apache.org/jira/browse/SPARK-22062). A refactoring introduced > a hidden reference preventing the auto-deletion of the files > (https://github.com/apache/spark/commit/a97001d21757ae214c86371141bd78a376200f66#diff-42a673b8fa5f2b999371dc97a5de7ebd2c2ec19447353d39efb7e8ebc012fe32L1677). > Since then all underlying files of DownloadFile instances are kept on disk > for the duration of the Spark application which sometimes results in "no > space left" errors. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org