Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31042

AfterMatchSkipStrategy not working on notFollowedBy ended pattern

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.16.0
    • 1.17.0, 1.16.2
    • Library / CEP
    • None

    Description

      Pattern: begin("A", SkipToNext()).oneOrMore().allowCombinations().followedBy("C").notFollowedBy("B").within(Time.milliseconds(10L))

      Sequence: <a1, 1L> <a2, 2L> <a3, 3L> <c1, 4L> will produce

      [a1, a2, a3, c1]

      [a1, a2, c1]

      [a1, c1]

      [a2, a3, c1]

      [a2, c1]

      [a3, c1]

      Using SkipPastLastEvent() also produce the same result.

      Attachments

        Issue Links

          Activity

            People

              Juntao Hu Juntao Hu
              Juntao Hu Juntao Hu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: