You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "shuai.xu (Jira)" <ji...@apache.org> on 2020/02/04 03:51:00 UTC

[jira] [Created] (FLINK-15873) Matched result may not be output if existing earlier partial matches

shuai.xu created FLINK-15873:
--------------------------------

             Summary: Matched result may not be output if existing earlier partial matches
                 Key: FLINK-15873
                 URL: https://issues.apache.org/jira/browse/FLINK-15873
             Project: Flink
          Issue Type: Bug
          Components: Library / CEP
    Affects Versions: 1.9.0
            Reporter: shuai.xu


When running some cep jobs with skip strategy, I found that when we get a matched result, but if there is an earlier partial matches, the result will not be returned.

I think this is due to a bug in processMatchesAccordingToSkipStrategy() in NFA class. It should return matched result without judging whether this is partial matches.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)