[ https://issues.apache.org/jira/browse/FLINK-9019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Rohrmann resolved FLINK-9019. ---------------------------------- Resolution: Fixed Fix Version/s: 1.5.0 Fixed via master: 6eb91a1006590e6806ec0e6c381fca411d0e23d7 1.5.0: e2a62b3e257a0625392209be0a93880988c0c6f7 > 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 > Assignee: vinoyang > Priority: Minor > Fix For: 1.5.0 > > > {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)