You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/10 11:51:01 UTC

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

    [ https://issues.apache.org/jira/browse/FLINK-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16470267#comment-16470267 ] 

ASF GitHub Bot commented on FLINK-7495:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4621


> 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
>          Components: DataStream API
>            Reporter: Ted Yu
>            Assignee: Fang Yong
>            Priority: Minor
>             Fix For: 1.4.0, 1.3.4
>
>
> {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
(v7.6.3#76005)