[jira] [Created] (FLINK-7495) AbstractUdfStreamOperator#initializeState() should be called in AsyncWaitOperator#initializeState()

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-7495) AbstractUdfStreamOperator#initializeState() should be called in AsyncWaitOperator#initializeState()

Shang Yuanchun (Jira)
Ted Yu created FLINK-7495:
-----------------------------

             Summary: AbstractUdfStreamOperator#initializeState() should be called in AsyncWaitOperator#initializeState()
                 Key: FLINK-7495
                 URL: https://issues.apache.org/jira/browse/FLINK-7495
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    recoveredStreamElements = context
      .getOperatorStateStore()
      .getListState(new ListStateDescriptor<>(STATE_NAME, inStreamElementSerializer));
{code}
Call to AbstractUdfStreamOperator#initializeState() should be added in the beginning



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)