You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/10/16 08:42:00 UTC

[jira] [Closed] (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:all-tabpanel ]

Aljoscha Krettek closed FLINK-7495.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Fixed in 3e333793cc9164e2d2154934e9d123036a553ec8

> 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
>
>
> {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)