Re: [Dev] [VOTE] Release of WSO2 Stream Processor 4.3.0 RC3

2018-09-17 Thread Grainier Perera
c3 > <https://github.com/wso2/product-sp/releases/tag/v4.3.0-rc3>* > > > Please download, test the product and vote. > > > [+] Stable - go ahead and release > > [-] Broken - do not release (explain why) > > > Thanks, > > - WSO2 Stream Processor T

Re: [Dev] [DAS][HA] Reason for using a receiver queue in HA mode

2018-01-31 Thread Grainier Perera
rds, > Nirmal > > Technical Lead, WSO2 Inc. > Mobile: +94715779733 <+94%2071%20577%209733> > Blog: http://nirmalfdo.blogspot.com/ > > > -- Grainier Perera Senior Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-13 Thread Grainier Perera
t extension created. And having it there also will not >>>>>>>> make any >>>>>>>> UX issues as I see it. Please raise any concerns if we need to >>>>>>>> accommodate >>>>>>>> this requirement. >>&

[Dev] [C5] How to programmatically shut down C5 based products?

2017-10-25 Thread Grainier Perera
Hi Devs, I have a requirement where I need to programmatically shut down a C5 based product. Is there a carbon utility to do that? Thanks, Grainier. -- Grainier Perera Senior Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware

Re: [Dev] query help

2017-10-09 Thread Grainier Perera
e end of the window > which is 3AM here. > > logically i want to do following. > > - start collecting events at midnight, filter it further for events having > eventdata > midnight, if there is an event matching that criteria, create > an event in a stream. > - at 3AM i want to lo

Re: [Dev] [Siddhi] non-matched or expired events in pattern query

2017-09-30 Thread Grainier Perera
ine stream pubStream (pid int, status string); >>> define stream subStream (pid int, sid int, status string); >>> >>> -- this will get all the publish-> subscribe jobs events as master list >>> from pubStream as p join jobTable as t >>> on p.pid

Re: [Dev] [Siddhi] non-matched or expired events in pattern query

2017-09-25 Thread Grainier Perera
or > time window ? > > > Thanks > Jay > > _______ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Senior Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] pattern for one to many match or multi match events ?

2017-09-18 Thread Grainier Perera
nier, > > even table approach make sense, but is there a way to limit the event > table to keep the events for let say 24 hour or so and then discard it ? > > Thanks for looking into this. > Jay > > > > > On Thu, Sep 14, 2017 at 11:51 PM, Grainier Perera <grain...@

Re: [Dev] pattern for one to many match or multi match events ?

2017-09-15 Thread Grainier Perera
2,2017-08-15 02:08:30.253] > publisher=[3,2017-08-15 03:08:30.253] > > subscriber=[1, 12,2017-08-15 21:08:30.253] > subscriber=[1, 13,2017-08-15 21:10:30.253] > > > > > > > > > > ___ > Dev mailing list

Re: [Dev] [GSOC][Siddhi][DEV] Deployment and Code Management of PySiddhi

2017-08-23 Thread Grainier Perera
gt; >>> I have sent PRs to both branches 3.x and master of [1] with relevant >>> code versions. >>> Kindly review and let me know any changes that are required. >>> >>> Meanwhile, I will check on generation of *.whl files which are required >>&g

Re: [Dev] Summarization of JSON data in DAS

2017-08-20 Thread Grainier Perera
I can write a summarization query in siddhiql to take >>> average of average corePercentages for a time interval. (first take avg of >>> percentage values and then average it over time ) >>> >>> Thanks >>> Lahiru >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> >> Thanks & regards, >> Nirmal >> >> Technical Lead, WSO2 Inc. >> Mobile: +94715779733 <+94%2071%20577%209733> >> Blog: http://nirmalfdo.blogspot.com/ >> >> >> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Senior Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Where is the create publishers, streams and receivers page in wso2das-4.0.0-M6

2017-08-20 Thread Grainier Perera
; Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Senior Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [GSOC][Siddhi][DEV] Deployment and Code Management of PySiddhi

2017-08-09 Thread Grainier Perera
eering > University of Moratuwa > Sri Lanka > > Mobile: (+94) 716874425 <+94%2071%20687%204425> > Email: madhawavidanapathir...@gmail.com > Linked-In: https://lk.linkedin.com/in/madhawa-vidanapathirana-3430b94 > -- Grainier Perera Senior Softwar

Re: [Dev] [Siddhi] [Bug] [GSoC] Issue in releaseBreakPoint of Siddhi Debugger

2017-06-03 Thread Grainier Perera
gt;> inputHandler.send(new Object[]{"WSO2", 70f, 40}); >> >> //Debugger Callback is triggered twice. (Not expected) >> >> > > Thanks and Regards, > Madhawa > > -- > *Madhawa Vidanapathirana* > Student > Department of Computer Science and Engin

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

2017-05-30 Thread Grainier Perera
@gmail.com> wrote: >> >>> Hi, >>> >>> I have updated the README.md file. Will let you know when I have >>> progress with debugger. >>> >>> Thanks >>> Madhawa >>> >>> On Mon, May 22, 2017 at 12:41 PM, Grainier

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

2017-05-22 Thread Grainier Perera
gt;>>>>>>>>>>>> 1) I am thinking about following the same >>>>>>>>>>>>>>>>>>>>>>>>>> structure in JAVA API, centered around Siddhi >>>

Re: [Dev] WSO2 Committers += Sajith Perera

2017-01-04 Thread Grainier Perera
om> * > *lean.enterprise.middleware.* > > email: mo...@wso2.com > phone:(+94) 771117673 <+94%2077%20111%207673> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinf

Re: [Dev] WSO2 Committers += Ashen Weerathunga

2016-10-04 Thread Grainier Perera
Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/ > > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware _

[Dev] [DEV] [MSF4J] [IS] OAuth 2.0 Token Introspection API doesn't work as expected

2016-09-24 Thread Grainier Perera
gt; at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188

Re: [Dev] [Vote] Release WSO2 Complex Event Processor (CEP) 4.2.0-RC2

2016-09-13 Thread Grainier Perera
> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> >>> Tharindu Edirisinghe >>> Senior Software Engineer | WSO2 Inc >>&

Re: [Dev] WSO2 Committers += Mushthaq Rumy

2016-09-04 Thread Grainier Perera
ndana.napagoda.com>* > > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middlewar

Re: [Dev] sub query in siddhi QL

2016-08-31 Thread Grainier Perera
ng list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Charini Vimansha Nanayakkara* > Software Engineer at WSO2 > > Mobile: 0714126293 > E-mail: chari...@wso2.com > Blog: http://www.charini.me/ > &

Re: [Dev] Getting accumulative values from stream

2016-08-23 Thread Grainier Perera
gt; select time:dateFormat(milliseconds, '-MM-dd HH:mm' ) as ts , > cast(sum(ftp_request), 'int') as ftp_requests > insert into FTPOutStream; > > But I am getting nothing in ftp_requests parameter. > > Any suggestions? > > Regards, > Aneela Safdar > > ___

Re: [Dev] wso2das : Upgraded version with wso2cep 4.2.0

2016-08-21 Thread Grainier Perera
iling list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] rdbms table data view

2016-08-18 Thread Grainier Perera
ow can I view data in it? Is it going to store data > permanently or a long period of time for further correspondence? > > Regards, > Aneela Safdar > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/

Re: [Dev] Updating an output stream in Siddhi Query

2016-08-07 Thread Grainier Perera
address, cast(count(id_orig_h), 'int') as > ftp_requests > group by id_orig_h > insert into FTPIPOutStream; > > Regards, > Aneela Safdar > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Cannot log into management console when disk usage is at 100%

2016-07-04 Thread Grainier Perera
ot; > [90031-140] May be it couldn't log the incident, since there's No space left on device. On Mon, Jul 4, 2016 at 2:39 PM, Dulanja Liyanage <dula...@wso2.com> wrote: > What was getting printed on the logs? > > Thanks, > Dulanja > > On Mon, Jul 4, 2016 at 2:11

[Dev] Cannot log into management console when disk usage is at 100%

2016-07-04 Thread Grainier Perera
r cleaning some logs and artifacts, I tried to log back in with the same credentials, and this time it worked. Is this the expected behavior? Regards, -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.

Re: [Dev] WSO2 Committers += Natasha Wijesekara

2016-06-28 Thread Grainier Perera
/ashenweerathunga > <http://lk.linkedin.com/in/ashenweerathunga>* > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-05 Thread Grainier Perera
;http://wso2.com> * >> *lean.enterprise.middleware.* >> >> email: mo...@wso2.com >> phone:(+94) 771117673 >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] DAS minimum HA deployment in one node?

2016-04-12 Thread Grainier Perera
;> >>>>> -- >>>>> W.G. Gihan Anuruddha >>>>> Senior Software Engineer | WSO2, Inc. >>>>> M: +94772272595 >>>>> >>>>> ___ >>>>> Dev ma

Re: [Dev] API Requirements for IoT Snapshot Dashboard

2016-03-29 Thread Grainier Perera
ve", > "platform": "iOS", > "model": "IPM005", > "actions": URL, > } > *]* > } > *]* 3. Retrieve devices count for the given filters. > > *Request:*POST /devices

[Dev] API Requirements for IoT Snapshot Dashboard

2016-03-11 Thread Grainier Perera
>{ >"filter_id":"non-compliant", >"name":"Non Compliant Devices", >"count":12 >}, >{ >"filter_id":"unmonitored", >&quo

Re: [Dev] [VOTE] Release WSO2 Complex Event Processor 4.1.0 RC2

2016-02-21 Thread Grainier Perera
low > 3. Execution Manager > 4. Event Tracer > > No issues found. > [x] Stable - Please go ahead and release.. > > Thanks, > Mohan > > On Fri, Feb 19, 2016 at 2:04 AM, Grainier Perera <grain...@wso2.com> > wrote: > > Hi Devs, > > > > T

[Dev] [VOTE] Release WSO2 Complex Event Processor 4.1.0 RC2

2016-02-18 Thread Grainier Perera
Team. -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [VOTE] Release WSO2 Complex Event Processor 4.1.0 RC1

2016-02-17 Thread Grainier Perera
g/jira/browse/CEP-1473 > [3] https://wso2.org/jira/browse/CEP-1471 > [4] https://wso2.org/jira/browse/CEP-1470 > > Thanks > Tishan > > On Sun, Feb 14, 2016 at 11:11 AM, Grainier Perera <grain...@wso2.com> > wrote: > >> Hi Devs, >> >> This is the firs

Re: [Dev] Handling time-consuming processes within Carbon Metrics Gauges

2016-01-20 Thread Grainier Perera
< >> s...@wso2.com> wrote: >> >>> I understand that Matrics reporting it getting slow. >>> >>> At the meantime whats the impact on this when it comes to Siddhi >>> performance ? >>> If Siddhi query is also getting halted for 3 sec, the

[Dev] Handling time-consuming processes within Carbon Metrics Gauges

2016-01-19 Thread Grainier Perera
. -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.middleware ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [CEP] Clarification on Frequent / Lossy Frequent window processors

2015-09-23 Thread Grainier Perera
Hi Sachini, Could you provide a small description on the functionality, parameters and return types of Frequent window processor and Lossy frequent window processor of Siddhi inbuilt windows? Thanks, Grainier. -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2

Re: [Dev] [CEP] Clarification on Frequent / Lossy Frequent window processors

2015-09-23 Thread Grainier Perera
to the > map with (key,[bucketId,1]) > event removal and insertion to the window is > done based on the user given parameters. (You can check the code for the > exact conditions) > > > Thanks, > Sachini > > On Wed, Sep 23, 2015 at 1:04 AM,

[Dev] [CEP] How to extract 24H formatted hour value from a milliseconds time stamp using Siddhi?

2015-09-21 Thread Grainier Perera
cted hour value in 12h format. Is there a way to get the extracted hour value in 24h format? [1] https://docs.wso2.com/display/CEP400/Siddhi+Extensions#SiddhiExtensions-time Thanks, Grainier -- Grainier Perera Software Engineer Mobile : +94716122384 WSO2 Inc. | http://wso2.com lean.enterprise.m

Re: [Dev] [CEP] How to extract 24H formatted hour value from a milliseconds time stamp using Siddhi?

2015-09-21 Thread Grainier Perera
) / 3) + 1; > } > return returnValue; > According to [1] Java Docs of GregorianCalendar, HOUR_OF_DAY should be used to return 24H format and, it seems that Siddhi doesn't provide that option. [1] http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html#HOUR On Tue, Sep 22, 2015 at

Re: [Dev] [ESB]Load balancing in Point-to-Point Channel

2015-08-10 Thread Grainier Perera
cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Grainier Perera Software Engineer