Re: sharebuffer prune code

2018-05-28 Thread Shailesh Jain
Thanks Dawid. I'll rebase against your branch and test it. Would revert back if I hit the issue again. Regards, Shailesh On Sun, May 27, 2018 at 5:54 PM, Dawid Wysakowicz wrote: > The logic for SharedBuffer and in result for prunning will be changed in > FLINK-9418 [1]. We plan to make it backw

Re: sharebuffer prune code

2018-05-27 Thread Dawid Wysakowicz
The logic for SharedBuffer and in result for prunning will be changed in FLINK-9418 [1]. We plan to make it backwards compatible. There is already open PR[2] (in review), you can check if the problem persists. Regards, Dawid [1] https://issues.apache.org/jira/browse/FLINK-9418 [2] https://github.

Re: sharebuffer prune code

2018-05-24 Thread aitozi
Can you explain it more explictly? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: sharebuffer prune code

2018-05-21 Thread Shailesh Jain
Hi guys, Were you able to RCA this? I think I'm hitting the same issue on 1.4.0, but not really able to reproduce it through a test case. In an IterativeCondition (using AfterMatchSkipStrategy.skipPastLastEvent), while looking up previously matched events, it is hitting a java.util.NoSuchElementEx

Re: sharebuffer prune code

2018-04-08 Thread aitozi
OK, i will post a jira later. and i am foucs on cep library recently, and run into a little bug, and can you share some progress about the community of cep library and what feature you are working on thanks -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: sharebuffer prune code

2018-04-05 Thread Kostas Kloudas
Hi Aitozi, I think you are correct. Could you open a JIRA and share it here? Thanks, Kostas > On Apr 2, 2018, at 7:19 AM, aitozi wrote: > > Hi, > > i am running into a cep bug : it always running into failed to find previous > sharebufferEntry, i think it may be caused by prune the sharebuffe

sharebuffer prune code

2018-04-01 Thread aitozi
Hi, i am running into a cep bug : it always running into failed to find previous sharebufferEntry, i think it may be caused by prune the sharebufferEntry wrongly, but when i read the code, i cant understand this : https://gist.github.com/Aitozi/007210bc7ade01a81f8d0fc4ba5a2c99 why when encounted