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

Possible class leaks in flink-table / sql modules

    XMLWordPrintableJSON

Details

    Description

      This is the umbrella issues for possible class leaks in flink-table / sql planner and runtimes.

      Currently for a flink cluster, the flink classes are loaded by the system ClassLoader while each job would have separate user ClassLoaders. In this case, if some class loaded by the system ClassLoader has static variables that reference the classes loaded by the user ClassLoaders, the user ClassLoaders would not be able to be released, which might cause class leak in some way.

      Attachments

        Issue Links

          Activity

            People

              slinkydeveloper Francesco Guardiani
              gaoyunhaii Yun Gao
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: