Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0, 1.5.0
-
None
Description
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).
Attachments
Issue Links
- is duplicated by
-
FLINK-6939 Not store IterativeCondition with NFA state
- Resolved
-
FLINK-7043 Optimize state handling in NFA
- Closed
-
FLINK-9122 NFASerialize deserailze failed and cause other exception
- Closed
-
FLINK-6983 Do not serialize States with NFA
- Resolved
- links to