[
https://issues.apache.org/jira/browse/FLINK-19329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tzu-Li (Gordon) Tai closed FLINK-19329.
---------------------------------------
Fix Version/s: statefun-2.2.0
Resolution: Fixed
flink-statefun/master: a08141e58f2918d8659cf52f035d2660df4063f2
flink-statefun/release-2.2: 80d4c70d799abf1bde8d2195b27bc6b9555a4694
> FunctionGroupOperator#dispose might throw an NPE during operator dispose
> ------------------------------------------------------------------------
>
> Key: FLINK-19329
> URL: https://issues.apache.org/jira/browse/FLINK-19329
> Project: Flink
> Issue Type: Bug
> Components: Stateful Functions
> Reporter: Igal Shilman
> Assignee: Igal Shilman
> Priority: Minor
> Labels: pull-request-available
> Fix For: statefun-2.2.0
>
>
> The dispose method of an operator can be called without a successful call to
> initalizeState.
> (for example a failure to load the checkpoint data, or any user exception
> during initializeState)
> This doesn't cause a real issue, since it happens within dispose() and in a
> try {} finally \{ super.dispose()} block, but still might be confusing to
> users to see an NPE.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)