Ted Yu created FLINK-9019:
-----------------------------

             Summary: Unclosed closeableRegistry in 
StreamTaskStateInitializerImpl#rawOperatorStateInputs
                 Key: FLINK-9019
                 URL: https://issues.apache.org/jira/browse/FLINK-9019
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu


{code}
     final CloseableRegistry closeableRegistry = new CloseableRegistry();
...
     if (rawOperatorState != null) {
...
      }
    }

    return CloseableIterable.empty();
{code}
If rawOperatorState is null, closeableRegistry would be left unclosed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to