Skip to content

Commit

Permalink
Roll back fix in PySpark, which is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 28, 2015
1 parent 2e1e0f8 commit 1b0083b
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -263,11 +263,6 @@ private[spark] class PythonRDD(
if (!worker.isClosed) {
Utils.tryLog(worker.shutdownOutput())
}
} finally {
// Release memory used by this thread for shuffles
env.shuffleMemoryManager.releaseMemoryForThisTask()
// Release memory used by this thread for unrolling blocks
env.blockManager.memoryStore.releaseUnrollMemoryForThisTask()
}
}
}
Expand Down

0 comments on commit 1b0083b

Please sign in to comment.