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

Unclosed closeableRegistry in StreamTaskStateInitializerImpl#rawOperatorStateInputs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5.0
    • None
    • None

    Description

           final CloseableRegistry closeableRegistry = new CloseableRegistry();
      ...
           if (rawOperatorState != null) {
      ...
            }
          }
      
          return CloseableIterable.empty();
      

      If rawOperatorState is null, closeableRegistry would be left unclosed.

      Attachments

        Issue Links

          Activity

            People

              yanghua vinoyang
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: