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

ExecutionGraphCache cachedExecutionGraphs not cleanup cause OOM Bug

    XMLWordPrintableJSON

Details

    Description

      class org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache will cache job execution graph in field 

      "cachedExecutionGraphs" when call method 

      "getExecutionGraph", but never call it's 

      cleanup method in flink. it's cause JobManager Out of Memory, When submit a lot of batch job and fetch these job's info. becasue these operation cache all these job execution graph and "cleanup" method never called

      Attachments

        Issue Links

          Activity

            People

              trohrmann Till Rohrmann
              yujunyong yujunyong
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: