[ https://issues.apache.org/jira/browse/FLINK-6983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066398#comment-16066398 ]
ASF GitHub Bot commented on FLINK-6983: --------------------------------------- Github user wuchong commented on the issue: https://github.com/apache/flink/pull/4172 @kl0u , do you mean compile code to `IterativeCondition` and set it to `StateTransition.newCondition` field instead of the original wrapper? And it will be serialized during snapshot and deserialized in the next time we get the NFA. But I'm afraid it will throw ClassNotFound exception when deserializing. You can try this code snippet: https://gist.github.com/wuchong/4d6fc04c131ebcb544665f6518ac0a5e Maybe I missed something. > Do not serialize States with NFA > -------------------------------- > > Key: FLINK-6983 > URL: https://issues.apache.org/jira/browse/FLINK-6983 > Project: Flink > Issue Type: Improvement > Components: CEP > Reporter: Dawid Wysakowicz > Assignee: Dian Fu > -- This message was sent by Atlassian JIRA (v6.4.14#64029)