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 <gi...@git.apache.org> on 2018/02/22 14:56:20 UTC

[GitHub] flink pull request #5559: [FLINK-8725] Separate state from NFA in CEP librar...

GitHub user aljoscha opened a pull request:

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

    [FLINK-8725] Separate state from NFA in CEP library

    This also changes the serialization of state to not include the static
    NFA parts and to also not include any user code.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aljoscha/flink fix-flink-cep-serialization

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5559.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5559
    
----
commit 6a78cb834b0c49976e384181dc1df4114ebc2576
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-07T12:55:11Z

    [FLINK-8725] Separate state from NFA in CEP library
    
    This also changes the serialization of state to not include the static
    NFA parts and to also not include any user code.

----


---

[GitHub] flink issue #5559: [FLINK-8725] Separate state from NFA in CEP library

Posted by aljoscha <gi...@git.apache.org>.
Github user aljoscha commented on the issue:

    https://github.com/apache/flink/pull/5559
  
    Closing for now because https://issues.apache.org/jira/browse/FLINK-7756 is still inconclusive and I think we can do a version of this for 1.6 that maintains savepoint backwards compatibility with the current version.


---

[GitHub] flink issue #5559: [FLINK-8725] Separate state from NFA in CEP library

Posted by aljoscha <gi...@git.apache.org>.
Github user aljoscha commented on the issue:

    https://github.com/apache/flink/pull/5559
  
    R: @kl0u 


---

[GitHub] flink pull request #5559: [FLINK-8725] Separate state from NFA in CEP librar...

Posted by aljoscha <gi...@git.apache.org>.
Github user aljoscha closed the pull request at:

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


---

[GitHub] flink issue #5559: [FLINK-8725] Separate state from NFA in CEP library

Posted by kl0u <gi...@git.apache.org>.
Github user kl0u commented on the issue:

    https://github.com/apache/flink/pull/5559
  
    @aljoscha I will have a look today.


---