Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
Description
While running a job we saw that the executors are OOMing because in UnsafeExternalSorter's growPointerArrayIfNecessary function, we are just growing the pointer array indefinitely.
This is a regression introduced in PR- https://github.com/apache/spark/pull/11095