Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-15981

Control the direct memory in FileChannelBoundedData.FileBufferReader

    XMLWordPrintableJSON

Details

    Description

      Now, the default blocking BoundedData is FileChannelBoundedData. In its reader, will create new direct buffer 64KB.

      When parallelism greater than 100, users need configure "taskmanager.memory.task.off-heap.size" to avoid direct memory OOM. It is hard to configure, and it cost a lot of memory. Consider 1000 parallelism, maybe we need 1GB+ for a task manager.

      This is not conducive to the scenario of less slots and large parallelism. Batch jobs could run little by little, but memory shortage would consume a lot.

      If we provided N-Input operators, maybe things will be worse. This means the number of subpartitions that can be requested at the same time will be more. We have no idea how much memory.

      Here are my rough thoughts:

      • Obtain memory from network buffers.
      • provide "The maximum number of subpartitions that can be requested at the same time".

      Attachments

        Issue Links

          Activity

            People

              zjwang Zhijiang
              lzljs3620320 Jingsong Lee
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: