GitHub user Aitozi opened a pull request:
https://github.com/apache/flink/pull/6168
[FLINK-9588]Reused context with same computation state calculate
## What is the purpose of the change
Now cep checkFilterCondition with a newly created Conditioncontext for each
edge, which will result in the repeatable getEventsForPattern due to the init
of `shouldUpdate`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Aitozi/flink context-reuse
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6168.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 #6168
----
commit ed71ac4407de9d8163efa8c334d9ac0e63e47069
Author: minwenjun <minwenjun@...>
Date: 2018-06-14T14:24:02Z
[FLINK-9588]Reused context with same computation state calculate
----
---