You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Igal Shilman (Jira)" <ji...@apache.org> on 2020/09/21 14:13:00 UTC

[jira] [Created] (FLINK-19329) FunctionGroupOperator#dispose might throw an NPE

Igal Shilman created FLINK-19329:
------------------------------------

             Summary: FunctionGroupOperator#dispose might throw an NPE 
                 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


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 message was sent by Atlassian Jira
(v8.3.4#803005)