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

Check or set necessary resource configuration options to defaults for local execution ignoring FLIP-49

    XMLWordPrintableJSON

Details

    Description

      FLIP-49 (FLINK-13980) calculates memory setup to start TM process. Atm, we reuse this logic to get necessary resource configuration options in running TM, although we do not need the full TaskExecutorResourceSpec which can be renamed to TaskExecutorProcessSpec.

      In case of local execution in mini cluster, the TM process is started outside of Flink framework and nothing is pre-calculated. It means that any configured process or Flink memory size can make no sense and can be ignored then to make things simpler and more explicit. Also the result of FLIP-49 calculation can contradict to the default values and other derived FLIP-49 memory components are not used by TM internally anyways. If some necessary options are not set, we can set them to reasonable defaults. 

      The configuration options required for running TM, which are expected to be calculated and set before its start, are the following (with defaults for local execution):

      • cpu cores (potentially for FLIP-56, FLINK-14187, default: Double.MAX_VALUE)
      • task heap memory (potentially for FLIP-56, FLINK-14187, default: MemorySize.MAX_VALUE)
      • task off-heap memory (potentially for FLIP-56, FLINK-14187, default: MemorySize.MAX_VALUE)
      • network memory (default: 64Mb)
      • managed memory (default: 128Mb)

      Additionally, we can refactor TM runner to not reuse current FLIP-49 computation but just check that the necessary options are set and create TaskExecutorResourceSpec which contains only them.

      Attachments

        Issue Links

          Activity

            People

              azagrebin Andrey Zagrebin
              azagrebin Andrey Zagrebin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m