Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-48628

Add task peak on/off heap execution memory metrics

    XMLWordPrintableJSON

Details

    Description

      Currently there is no task on/off heap execution memory metrics. There is a peakExecutionMemory  metrics, however, the semantic is a confusing: it only cover the execution memory used by shuffle/join/aggregate/sort, which is accumulated in specific operators.

       

      We can easily maintain the whole task-level peak memory in TaskMemoryManager, assuming acquireExecutionMemory is the only one narrow waist for acquiring execution memory.

       

      Also it's nice to cleanup/deprecate that poorly-named `peakExecutionMemory`.

       

      Creating two followup sub tickets:

      Attachments

        Issue Links

          Activity

            People

              liuzq12 Ziqi Liu
              liuzq12 Ziqi Liu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: