Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0, 2.3.0, 2.3.1, 3.0.0
Description
In SortMergeJoin, if the iterator is not exhausted, there will be memory leak caused by the Sort. The memory is not released until the task end, and cannot be used by other operators causing performance drop or OOM.
Attachments
Issue Links
- blocks
-
SPARK-27558 NPE in TaskCompletionListener due to Spark OOM in UnsafeExternalSorter causing tasks to hang
- Resolved
- is duplicated by
-
SPARK-24657 SortMergeJoin may cause SparkOutOfMemory in execution memory because of not cleanup resource when finished the merge join
- Closed
- links to
(5 links to)