haoch / flink-siddhi

A CEP library to run Siddhi within Apache Flink™ Streaming Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEP output is less than expect

coder20170628 opened this issue · comments

Hi. I use CEP SQL like every(1) followed by 2. ( every(1)->2 )
The input data like below:
1 1 1 2
And my expect output is:
{1,2} {1,2} {1,2}

But the actual output is only:
{1,2}

The siddhi stream process's output is match my expect, but the ouput of flink-siddhi is not. Now I'm every confused.

Could you please tell me how to get my expect output ?

It's a bug in siddhi 4.3.0 or higher. Siddhi 4.2.20 works well.
I have written this issue in Siddhi.

I wonder if you would like to share your code with me. Thank you very much

It's an issue of Siddhi. siddhi-io/siddhi#981.

ok, thanks @tammypi

FWD from siddhi-io/siddhi#981, the issue could be fixed with Siddhi 4.3.10