flink-siddhi icon indicating copy to clipboard operation
flink-siddhi copied to clipboard

CEP output is less than expect

Open coder20170628 opened this issue 6 years ago • 6 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 ?

coder20170628 avatar Dec 21 '18 05:12 coder20170628

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

coder20170628 avatar Dec 27 '18 08:12 coder20170628

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

yangqiangqiang0327 avatar Jan 03 '19 09:01 yangqiangqiang0327

@coder20170628 @yangqiangqiang0327 any finding about it?

haoch avatar Jan 11 '19 14:01 haoch

It's an issue of Siddhi. https://github.com/wso2/siddhi/issues/981.

tammypi avatar Jan 14 '19 01:01 tammypi

ok, thanks @tammypi

haoch avatar Jan 14 '19 02:01 haoch

FWD from https://github.com/wso2/siddhi/issues/981, the issue could be fixed with Siddhi 4.3.10

haoch avatar Jan 14 '19 02:01 haoch