Skip to content
Closed
Prev Previous commit
Next Next commit
Roll back fix in PySpark, which is no longer necessary
  • Loading branch information
JoshRosen committed Jul 28, 2015
commit 1b0083b078772ed9eedf12f35bd7f6f7187aa50d
Original file line number Diff line number Diff line change
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()
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @davies for this PySpark change.

}
}
Expand Down