You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/06/13 15:02:00 UTC

[jira] [Resolved] (FLINK-8725) Separate NFA-state from NFA in CEP library

     [ https://issues.apache.org/jira/browse/FLINK-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz resolved FLINK-8725.
-------------------------------------
    Resolution: Fixed

> Separate NFA-state from NFA in CEP library
> ------------------------------------------
>
>                 Key: FLINK-8725
>                 URL: https://issues.apache.org/jira/browse/FLINK-8725
>             Project: Flink
>          Issue Type: Bug
>          Components: CEP
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Major
>             Fix For: 1.6.0
>
>
> The CEP library currently serialises the static parts of the NFA in the state for each key. This is wasteful, because that part is static and problematic because the static part can contain user code in the form of filter functions.
>  
> We should only serialise the dynamic state of the NFA (current states, seen elements).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)