Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.12.0
-
None
Description
FLINK-15981 implemented region file based data reader to solve the direct memory OOM issue introduced by usage of unmanaged direct memory, however only for BoundedBlockingResultPartition. We can introduce it to sort-merge based blocking shuffle to avoid the similar direct memory OOM problem which can improve the usability a lot.