Re: Exception in CEP 1.1.2

2016-09-09 Thread Till Rohrmann
Great to hear :-) I was already afraid that I've overlooked another window boundary condition which I got wrong. If you should encounter other problems, then let me know. Cheers, Till On Fri, Sep 9, 2016 at 9:59 AM, Gyula Fóra wrote: > Hi, > So we cant seem to be able to reproduce the error aft

Re: Exception in CEP 1.1.2

2016-09-09 Thread Gyula Fóra
Hi, So we cant seem to be able to reproduce the error after clearing the local maven cache. It works now :) Gyula Gyula Fóra ezt írta (időpont: 2016. szept. 7., Sze, 22:05): > Interestingly on my local machine I could not reproduce the problem, maybe > it was some build issue on the other machi

Re: Exception in CEP 1.1.2

2016-09-07 Thread Gyula Fóra
Interestingly on my local machine I could not reproduce the problem, maybe it was some build issue on the other machine. Have to investigate tomorrow :) Gyula Gyula Fóra ezt írta (időpont: 2016. szept. 7., Sze, 17:37): > Hi, > > I will try to get some minimal input to reproduce this. We were r

Re: Exception in CEP 1.1.2

2016-09-07 Thread Gyula Fóra
Hi, I will try to get some minimal input to reproduce this. We were reading events from Kafka so I might need some time. Thanks Till for looking into this Gyula Till Rohrmann ezt írta (időpont: 2016. szept. 7., Sze, 17:34): > Hi Gyula, > > could you send us en example input which reproduces t

Re: Exception in CEP 1.1.2

2016-09-07 Thread Till Rohrmann
Hi Gyula, could you send us en example input which reproduces the problem? The underlying problem is that the system expects a state to be still stored in the `SharedBuffer` which has already been removed. This should actually not happen and it clearly indicates a bug. Cheers, Till On Wed, Sep

Exception in CEP 1.1.2

2016-09-07 Thread Gyula Fóra
Hi guys, We tried building a simple pattern with the CEP library that matches 2 events with 2 filter conditions (where) but we get a strange error that comes from the stream operator: Pattern, ?> viewAndClick = Pattern .> begin("view") .where(Either::isLeft)