[
https://issues.apache.org/jira/browse/FLINK-9588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16512541#comment-16512541
]
ASF GitHub Bot commented on FLINK-9588:
---------------------------------------
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
----
> Reuse the same conditionContext with in a same computationState
> ---------------------------------------------------------------
>
> Key: FLINK-9588
> URL: https://issues.apache.org/jira/browse/FLINK-9588
> Project: Flink
> Issue Type: Improvement
> Components: CEP
> Reporter: aitozi
> Assignee: aitozi
> Priority: Major
>
> Now cep checkFilterCondition with a newly created Conditioncontext for each
> edge, which will result in the repeatable getEventsForPattern because of the
> different Conditioncontext Object.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)