Github user dianfu commented on a diff in the pull request: https://github.com/apache/flink/pull/5141#discussion_r158909117 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/SharedBuffer.java --- @@ -82,9 +82,12 @@ private transient Map<K, SharedBufferPage<K, V>> pages; + private final transient List<SharedBufferEntry<K, V>> prunedEntries; --- End diff -- Updated the PR. Thanks a lot for the review. :)
---