Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Sriskandarajah Suhothayan
I have merged that. +1 this also should give 1 output. Thanks for the fixes. Regards Suho On Mon, May 8, 2017 at 10:18 AM, Nirmal Fernando wrote: > Again, I'd only expect one o/p; > Event{timestamp=1494203709496, data=[WSO2, null, 4.7], isExpired=false} > > On Mon, May 8,

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Nirmal Fernando
Again, I'd only expect one o/p; Event{timestamp=1494203709496, data=[WSO2, null, 4.7], isExpired=false} On Mon, May 8, 2017 at 6:25 AM, Gobinath wrote: > Hi, > > I've found a minor bug and sent the PR [1] with the fix. Similar behavior > is noticed with *or* operator as

Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Asanka Abeyweera
Hi Malaka, Are we going to write a different test suite or something similar to generate these benchmark reports? On Mon, May 8, 2017 at 9:19 AM, Malaka Gangananda wrote: > Hi Hasitha, > > DB performance will be evaluated by measuring the throughput of performing >

Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Malaka Gangananda
Hi Hasitha, DB performance will be evaluated by measuring the throughput of performing functionalities provided by the message store when different database instances are being used with MB. Yes they can be evaluated using JMH. Thanks. On Sun, May 7, 2017 at 2:03 PM, Hasitha Hiranya

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
Hi, I've found a minor bug and sent the PR [1] with the fix. Similar behavior is noticed with *or* operator as well (Even after the fix). I have given the code and the output below for your concern. // Query: e1 or e2 -> e3 define stream Stream1 (symbol string, price float, volume int); define

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
Sure. I'll check the issue and send a separate PR with the fix. Thanks & Regards, Gobinath On Sun, May 7, 2017 at 1:51 PM, Sriskandarajah Suhothayan wrote: > Yes, it looks like a bug to me, can you check why it's happening. > > Regards > Suho > > On Sun, May 7, 2017 at 8:56 PM,

Re: [Dev] [GSOC][CEP][DEV] Python API for Siddhi CEP

2017-05-07 Thread Sriskandarajah Suhothayan
Siddhi 3.x is compatible with DAS 3.1, and Siddhi 4.x is compatible with DAS 4.0 which we are still working on. Siddhi APIs does not drastically change from 3.x to 4.x, DAS 3.1 uses SOAP and DAS 4.0 uses HTTP/REST APIs So apart from native APIs, if you have figured out a way to use REST and SOAP

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Sriskandarajah Suhothayan
Yes, it looks like a bug to me, can you check why it's happening. Regards Suho On Sun, May 7, 2017 at 8:56 PM, Nirmal Fernando wrote: > Looks like a bug to me. I would expect only 1 event. > > On Sun, May 7, 2017 at 8:49 PM, Gobinath wrote: > >> Hi, >>

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Nirmal Fernando
Looks like a bug to me. I would expect only 1 event. On Sun, May 7, 2017 at 8:49 PM, Gobinath wrote: > Hi, > > Thanks for accepting my proposal. I have a question regarding the behavior > of *and* in a pattern. > > // Query: e1 and e2 -> e3 > > define stream Stream1

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
Hi, Thanks for accepting my proposal. I have a question regarding the behavior of *and* in a pattern. // Query: e1 and e2 -> e3 define stream Stream1 (symbol string, price float, volume int); define stream Stream2 (symbol string, price float, volume int); @info(name = 'query1') from

Re: [Dev] [IS] When engaging a workflow, invoke axis2 service from servlet transport rather than local transport

2017-05-07 Thread Indunil Upeksha Rathnayake
Adding Dev On Sun, May 7, 2017 at 3:17 PM, Indunil Upeksha Rathnayake wrote: > Hi, > > I have configured a workflow named "workflow1" in a tenant "tenant1.com" > to enable approval process for user creation in IS 5.3.0. When creating the > wokflow, an axis2 service is

Re: [Dev] Tool to Analyze Performance of MB 4 Message Store

2017-05-07 Thread Hasitha Hiranya
Hi Malaka, Does JMH give latencies to write to/read from Databases? What are the metrics on which you are going to judge DB performance? Are they evaluated by JMH? Thanks On Fri, May 5, 2017 at 2:59 PM, Malaka Gangananda wrote: > Hi Asanka, > > At present we are doing a

Re: [Dev] Please review and merge

2017-05-07 Thread Farasath Ahamed
Thanks, Rajjaz. Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619 On Sat, May 6, 2017 at 11:29 AM, Rajjaz Mohammed wrote: > Hi All, >

Re: [Dev] [GSOC][CEP][DEV] Python API for Siddhi CEP

2017-05-07 Thread Madhawa Vidanapathirana
Hi, Need bit more clarity on what versions of products we should build on. Are we developing on DAS 3.1 (as mentioned in beginning of mail thread) or 4.0 (mentioned in previous mail) ? Also, what version of WSO2 CEP? According to my understanding so far, we are developing on Siddhi Java Library