Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-13 Thread Sriskandarajah Suhothayan
he discussion in dev@wso2.org mailing list. >>> >>> On Tue, Mar 7, 2017 at 3:37 PM, Udeshika Sewwandi < >>> sewwandikaus...@cse.mrt.ac.lk> wrote: >>> >>>> Hi, >>>> Thank you very much for replying. Currently I am familiarizing with the >

Re: [Dev] Atom Plugin for Siddhi

2017-03-07 Thread Sriskandarajah Suhothayan
o understand Siddhi grammar[1] and >>>> Siddhi QL[2] and try to implement the syntax highlighting accordingly. >>>> >>>> [1] https://github.com/wso2/siddhi/blob/master/modules/siddhi-qu >>>> ery-compiler/src/main/antlr4/org/wso2/siddhi/query/c

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-06 Thread Sriskandarajah Suhothayan
We need an editor that supports Siddhi grammar https://github.com/wso2/siddhi/blob/master/modules/siddhi-query-compiler/src/main/antlr4/org/wso2/siddhi/query/compiler/SiddhiQL.g4 Can start with a PoC on implementing an editor with syntax highlighting and auto-completion not necessary for Siddhi bu

Re: [Dev] Atom Plugin for Siddhi

2017-02-28 Thread Sriskandarajah Suhothayan
Hi Ramindu Can you please share the necessary information with Supun please. Regards Suho On Tue, Feb 28, 2017 at 3:45 PM, Supun Arunoda < supunarunoda...@cse.mrt.ac.lk> wrote: > Hi Suhothayan, > I'm Supun Arunoda from University of Moratuwa, Sri Lanka. Currently I'm a > 4th year undergraduate.

Re: [Dev] GSoC 2017

2017-02-13 Thread Sriskandarajah Suhothayan
Thanks for your interest. You can find the Siddhi Grammer file here[1] we have to implement according to this, But for now, I would like to see you creating a PoC of a language plugin for Eclipse showing syntax highlighting and code completion for a sample language. It does not need to be for Sidd

Re: [Dev] [DS] Please review and merge this PR

2016-09-01 Thread Sriskandarajah Suhothayan
@Tharick how its working in Real-time provider without this fix? Regards Suho On Fri, Sep 2, 2016 at 11:02 AM, Ramindu De Silva wrote: > Hi DS team, > > Could you please review and merger PR[1]. > This was due to the new provider implemented to access DAS tables using > query params in the dash

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-08-11 Thread Sriskandarajah Suhothayan
://wso2.org/claims/givenname";. So that placeholder has to be filled >> with the user claim value corresponding to the above mentioned claim URI. >> You can refer [2] for the implementation done in IS side, we can move that >> logic to analytics side. >> >> [1] h

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-08-09 Thread Sriskandarajah Suhothayan
> [1] https://github.com/wso2/carbon-analytics-common/blob/ >> master/components/event-publisher/org.wso2.carbon. >> event.publisher.core/src/main/java/org/wso2/carbon/event/ >> publisher/core/internal/ds/EventPublisherServiceDS.java#L56 >> [2] https://github.com/wso2/car

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-08-01 Thread Sriskandarajah Suhothayan
HI Indunil Any update on this? Was the provided solution working? We released CEP 4.2-RC1. If we need new features/improvements for this effort, we can incorporate them in the next component release. Regards Suho On Fri, Jul 22, 2016 at 3:10 PM, Sriskandarajah Suhothayan wrote: > > &g

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-07-22 Thread Sriskandarajah Suhothayan
On Fri, Jul 22, 2016 at 3:00 PM, Johann Nallathamby wrote: > > > On Fri, Jul 22, 2016 at 8:33 AM, Indunil Upeksha Rathnayake < > indu...@wso2.com> wrote: > >> Hi, >> >> On Fri, Jul 22, 2016 at 12:28 PM, Sriskandarajah Suhothayan < >> s...@wso2.co

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-07-21 Thread Sriskandarajah Suhothayan
On Fri, Jul 22, 2016 at 12:00 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Hi, > > Please find the meeting notes in [1]. I have following considerations > regarding the improvements we have discussed. > > (1) Even though we have configured to load the email template from > EventPub

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-07-18 Thread Sriskandarajah Suhothayan
. I'm available from 2.30 pm at PG. Regards Suho On Tue, Jul 19, 2016 at 11:17 AM, Johann Nallathamby wrote: > Hi Suho, > > On Mon, Jul 18, 2016 at 11:44 PM, Sriskandarajah Suhothayan > wrote: > >> Hi >> >> Based on the request of IS team we have recently added

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-07-18 Thread Sriskandarajah Suhothayan
Hi Based on the request of IS team we have recently added support for loading template files from the registry. I think with this feature we can do the mapping at Event Publisher side, then IS can send only the core data for the notification. I think building the whole message at IS is too much cu

Re: [Dev] Add a default theme for gadgets in DS/DAS

2016-07-15 Thread Sriskandarajah Suhothayan
I think we should have a shindig feature to get the current theme name, such that gadget can dynamically load the .css. Will this work ? Regards Suho On Fri, Jul 15, 2016 at 2:15 PM, Jerad Rutnam wrote: > Hi Udara, > > Good point. Is there anyway we can look for the path > "portal\store\carbon.

Re: [Dev] DAS event receiving gets blocked under high load in minimum HA

2016-07-07 Thread Sriskandarajah Suhothayan
siddhiql >> >> Thanks, >> Supun >> >> On Mon, Jul 4, 2016 at 12:30 PM, Supun Sethunga wrote: >> >>> Attached the thread dump. >>> >>> [1] is the execution plan >>> >>> >>> On Fri, Jul 1, 2016

Re: [Dev] DAS event receiving gets blocked under high load in minimum HA

2016-07-01 Thread Sriskandarajah Suhothayan
Can you reproduce this and get a thread dump & share that with us when it got stuck. Regards Suho On Fri, Jul 1, 2016 at 7:25 PM, Supun Sethunga wrote: > Hi, > > While running a load test with the latest analytics-esb, noticed that the > event receiving gets blocked after some time (within 15 m

Re: [Dev] ESB Analytics for MT scenarios?

2016-06-21 Thread Sriskandarajah Suhothayan
I think having separate execution plans for each tenant will not be a problem. Though this consumes some amount of memory to construct multiple execution plans it will improve the performance as data is not partitioned by tenants by default. Regards Suho On Tue, Jun 21, 2016 at 8:05 AM, Anjana Fe

Re: [Dev] DataPublisher clients should check the returned value of tryPublish API

2016-06-21 Thread Sriskandarajah Suhothayan
Using the blocking method will handle this case, we introduced tryPublish so that we can fire and forget or else we can write to logs if we can't send events. Yes in these cases sometimes we have to check the retune value and modify the processing accordingly. Regards Suho On Tue, Jun 21, 2016 at

Re: [Dev] Analytics IS - Handling null or empty Strings to show on respective gadgets

2016-06-08 Thread Sriskandarajah Suhothayan
I think the way to handle this is by sending some default value, or identify nulls and replacing them with default value. I think the trick here is to find a default value that users cannot create. How about using "NOT AVAILABLE" with space. I think IS does not allow users to create username with

Re: [Dev] [Siddhi] Several concurrency issues in StreamPreStateProcessor class

2016-06-07 Thread Sriskandarajah Suhothayan
@Nirmal can you also attach the query used while this exception was occurring On Tue, Jun 7, 2016 at 2:26 PM, Nirmal Fernando wrote: > Hi All, > > Noticed below set of exceptions when load-testing API-M analytics setup. > Please attend to them asap. > > Jira: https://wso2.org/jira/browse/CEP-150

[Dev] WSO2 IoTS Analytics v1.0.0-ALPHA Released

2016-05-30 Thread Sriskandarajah Suhothayan
*WSO2 IoTS Analytics v1.0.0-ALPHA Released* We are pleased to announce the alpha release of WSO2 IOTS Analytics v1.0.0 [ 1 ] which is powered by WSO2 Data Analytics Server. IoTS Analytics can be used to monitor devices and analyze their sensor readings. Your f

[Dev] Adding uniqueExternalTimeBatch window to Siddhi

2016-05-24 Thread Sriskandarajah Suhothayan
Hi Use the following syntax when using uniqueExternalTimeBatch window #window.uniqueExternalTimeBatch(uniqueId, timestamp, 1 sec, 0, 2 sec) @Gihan we can use this to chain analytics in ESB, for the 'all' and 'min' cases Regards Suho -- *S. Suhothayan* Technical Lead & Team Lead of WSO2 Compl

Re: [Dev] [cep][ml][gsoc-6]Capturing event stream with a specified window size for ml

2016-05-23 Thread Sriskandarajah Suhothayan
Hi Mahesh Can you explain the expected input to your extension and the expected output. Then we can help you to find the proper Siddhi extension to use. Regards Suho On Sat, May 21, 2016 at 11:44 AM, Mahesh Dananjaya < dananjayamah...@gmail.com> wrote: > Hi all, > i am currenl working on the gs

Re: [Dev] Artifact ID and Group ID for CEP Extensions

2016-05-05 Thread Sriskandarajah Suhothayan
ion.streamprocessor >4. org.wso2.siddi.extension.window >5. org.wso2.siddi.extension.streamfunction >6. org.wso2.carbon.extension.analytics.reciver >7. org.wso2.carbon.extension.analytics.publisher > > > @malaka > > WDYT? > > On Thu, May 5, 2016 at

Re: [Dev] Artifact ID and Group ID for CEP Extensions

2016-05-05 Thread Sriskandarajah Suhothayan
There are different types of siddhi extensions, In that case are we going to use different name for all like function, aggregation, streamprocessor, window, streamfunction ? Suho On Thu, May 5, 2016 at 1:59 PM, Malaka Silva wrote: > Hi, > > Had a discussion with Mohan. Will follow this model. >

Re: [Dev] [CEP][Siddhi QL] Flushing external time batch after some time

2016-04-29 Thread Sriskandarajah Suhothayan
Thanks for the input Ralph Su Suho On Fri, Apr 29, 2016 at 8:33 AM, Liangfei.Su wrote: > The external time could not be expired if no following events comes in, > only the system time window able to provide auto-expire. Actually, to test > this feature, i write something like > > // to trigger

Re: [Dev] [CEP][Siddhi QL] Flushing external time batch after some time

2016-04-28 Thread Sriskandarajah Suhothayan
I think the problem is that you are sending only 50 events, but thats will not be the case in real world. Here I think the last event is still in the window as its waiting for next event to check for expiration, without another event arriving it does not know the current running time of the system

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-28 Thread Sriskandarajah Suhothayan
o mentioned, if you have successfully built with tests, then >>>> there shouldn't be an issue. >>>> >>>> However, in the error you've stated, it seems there's problem with >>>> carbon home: >>>> >>>>> CARBON_HOME envir

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-27 Thread Sriskandarajah Suhothayan
If your build has passed, then it should not be an issue. When building the the tests should have ran. Is that so? please verify. During that server should have started and stopped. I think there is some issue in the way you have started the CEP. You should be able to build the products as you wi

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-26 Thread Sriskandarajah Suhothayan
I believe we will also end up writing some Siddhi extensions, hence please get the source of Siddhi[1] and build that as well. Siddhi is the Processing Engine used within CEP. Regards Suho [1]https://github.com/wso2/siddhi On Wed, Apr 27, 2016 at 12:17 PM, Maheshakya Wijewardena < mahesha...@wso

Re: [Dev] Issue in CEP time window

2016-04-12 Thread Sriskandarajah Suhothayan
> > On Tue, Apr 12, 2016 at 4:59 PM, Sriskandarajah Suhothayan > wrote: > >> Hi Mohamed >> >> Were you able to solve the issue. with the latest pack? >> >> Suho >> >> On Sun, Apr 3, 2016 at 7:35 AM, Damith Wickramasinghe >> wrote: >> &

Re: [Dev] Issue in CEP time window

2016-04-12 Thread Sriskandarajah Suhothayan
Hi Mohamed Were you able to solve the issue. with the latest pack? Suho On Sun, Apr 3, 2016 at 7:35 AM, Damith Wickramasinghe wrote: > Hi Mohamed, > > can you tel us how did you reproduced it? In my case I had only event sent > to time window stream but in real scenario there will be many even

Re: [Dev] SnapshotService info logs to debug mode

2016-04-12 Thread Sriskandarajah Suhothayan
I'm wondering why there are lots of Snapshot taken at with close time gap. On Tue, Apr 12, 2016 at 1:56 PM, Nirmal Fernando wrote: > Hi CEP team, > > Shall we move these info logs to debug level? > > TID: [-1] [] [2016-04-12 08:24:47,094] INFO > {org.wso2.siddhi.core.util.snapshot.SnapshotServi

Re: [Dev] GSoC - [CEP] Visual Query Composer for WSO2 CEP

2016-03-06 Thread Sriskandarajah Suhothayan
Looping the dev list Good here your interest. Please download WSO2CEP 4.1 http://wso2.com/products/complex-event-processor/ and try the getting started guide https://docs.wso2.com/display/CEP410/Quick+Start+Guide When you add an execution plan (the core logic of CEP) it can be viewed. from "Mana

Re: [Dev] [DAS] Retrieving sorted data from queries to DAS

2016-02-29 Thread Sriskandarajah Suhothayan
Hi Gimantha In most cases we need data sorted by time, so in that case do we need to index time ? Regards Suho On Tue, Mar 1, 2016 at 12:08 PM, Gimantha Bandara wrote: > Hi Shabir, > > In DAS 3.0.0 and DAS 3.0.1, sorting is not supported. You will have to > sort the data at the client side. Cu

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

2016-02-24 Thread Sriskandarajah Suhothayan
multiple events by uploading file and data source >>> >>> No blockers or major issues found. >>> >>> My vote: >>> [x] Stable - Go ahead and release >>> >>> Thanks, >>> Dilini >>> >>> >>> On Tue, Feb

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

2016-02-23 Thread Sriskandarajah Suhothayan
Tested the Execution Plan Creation. No issues found [x] Stable - Go ahead and release Thanks, Suho On Sun, Feb 21, 2016 at 10:02 PM, Lasantha Fernando wrote: > Tested the Event Metrics feature and input part of arbitrary maps in > standalone mode. > > No issues found. > [x] Stable - Please go

Re: [Dev] [Calling Admin Services- DAS] Issue in deploying an Event Receiver to DAS via Admin Services

2016-02-20 Thread Sriskandarajah Suhothayan
Not sure that the issue is. We work with the WSDL provided in [1] and the sub creation is at [2]. Are you sure you used the proper versions when generating them? [1] https://github.com/wso2/carbon-analytics-common/blob/master/service-stubs/org.wso2.carbon.event.receiver.stub/src/main/resources/Ev

Re: [Dev] [APIM][Analytics] Calculatiing percentile in Spark

2016-02-15 Thread Sriskandarajah Suhothayan
What the duration are we looking at ? If its like an hour then we can use CEP. Can you look at whether we can implement percentile in CEP in a scalable manner ? Suho On Mon, Feb 15, 2016 at 4:39 PM, Sachini Jayasekara wrote: > Hi all, > > I am working on following two alert generation scenarios

[Dev] WSO2 Committers += Grainier Perera

2016-02-03 Thread Sriskandarajah Suhothayan
Hi All, It's my pleasure to announce Grainier Perera as a WSO2 Committer. Grainier has been a valuable contributor for WSO2 CEP & Metrics Components and did a commendable worked on Virtual Hackathon & Forrester Demo, and in recognition of his contribution to WSO2, he has been voted as a WSO2 Commi

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

2016-01-20 Thread Sriskandarajah Suhothayan
> mobile: +94 77 2273550 > blog: http://sajithr.blogspot.com/ > <http://lk.linkedin.com/pub/shani-ranasinghe/34/111/ab> > > On Wed, Jan 20, 2016 at 10:32 AM, Sriskandarajah Suhothayan > wrote: > >> I understand that Matrics reporting it getting slow. >> &g

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

2016-01-20 Thread Sriskandarajah Suhothayan
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, then this is going to be a bigger problem. Suho On Wed, Jan 20, 2016 at 12:25 PM, Grainier Perera wrote: > Curre

Re: [Dev] [DAS] Real time analysis or batch analysis ?

2015-12-11 Thread Sriskandarajah Suhothayan
nt for y axis. Chart is capable of identifying TIMESTAMPs >> seconds and plot them in X axis. >> >> [1] >> http://blog.tharik.org/2015/09/displaying-high-throughput-streams-in.html >> >> Regards, >> >> On Thu, Dec 10, 2015 at 11:25 PM, Sris

Re: [Dev] [DAS] Real time analysis or batch analysis ?

2015-12-10 Thread Sriskandarajah Suhothayan
12.03 - 3 > > And the function should be *count()* right ? :-) > > On Thu, Dec 10, 2015 at 9:17 AM, Sriskandarajah Suhothayan > wrote: > >> Yes use a time window and calculate sum() and plot the results >> >> Suho >> >> On Thu, Dec 10, 2015 at 2:38 PM, R

Re: [Dev] [DAS] Real time analysis or batch analysis ?

2015-12-10 Thread Sriskandarajah Suhothayan
Yes use a time window and calculate sum() and plot the results Suho On Thu, Dec 10, 2015 at 2:38 PM, Rushmin Fernando wrote: > > Hi Devs, > > I need to address the following requirement. > > --- > > A server sends events upon each request, to DAS. > > There should a dashboard to

Re: [Dev] Publishing carbon logs to DAS

2015-12-01 Thread Sriskandarajah Suhothayan
stash publisher) is available, it can be used with existing WSO2 products >> also. >> >> Thanks, >> Sinthuja. >> >> >> On Wed, Dec 2, 2015 at 11:29 AM, Sriskandarajah Suhothayan > > wrote: >> >>> Hi DAS team >>> >>>

Re: [Dev] Publishing carbon logs to DAS

2015-12-01 Thread Sriskandarajah Suhothayan
Hi DAS team The current log publishing is broken. Whats the recommended log publishing approach going forward? Suho On Wed, Dec 2, 2015 at 11:27 AM, Imesh Gunaratne wrote: > Hi Suho/Anjana, > > I noticed that we are working on a feature called Log Analyzer. Is this > for centralized logging? >

Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-12-01 Thread Sriskandarajah Suhothayan
ite from and to external storage > have been given in AndroidManifest.xml as: > > android:name="android.permission.READ_EXTERNAL_STORAGE" /> > > android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> > > > > > On Fri, Nov 27, 20

Re: [Dev] Android EdgeAnalyticsService (mobile CEP) Restructuring

2015-11-27 Thread Sriskandarajah Suhothayan
Were you able to run Siddhi 3.0 in Android. Try that and escalate the issues ASAP Suho On Fri, Nov 27, 2015 at 12:27 PM, Janitha Samarasinghe wrote: > Hi all, > > The way in which the existing Android EdgeAnalyticsService is implemented > is not structured as an Android system service. We are c

Re: [Dev] [Siddhi] what events is left in the window

2015-11-25 Thread Sriskandarajah Suhothayan
Hi Currently the concept of current event & expired events live within the query and all events going out to a stream are converted back to current events. So its hard for the application to keep track of the window and aggregation states like count, avg, std, etc... Further window implementations

Re: [Dev] [CEP-1415] Siddhi Event Table - Insert if not requirement

2015-10-21 Thread Sriskandarajah Suhothayan
+1 need to create "update or insert" for this usecase. We'll work on this this for the next release. Suho On Wed, Oct 21, 2015 at 10:37 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Wed, Oct 21, 2015 at 2:55 PM, Tishan Dahanayakage > wrote: > >> Hi, >> >> As explained in

[Dev] WSO2 Committers += Thilini Anoratna

2015-10-05 Thread Sriskandarajah Suhothayan
Hi All, Its my pleasure to welcome Thilini Anoratna as a WSO2 committer. ThiliniA is a member of the CEP team and a valuable contributor. ThiliniA, Welcome aboard and keep up the good work. Regards Suho -- *S. Suhothayan* Technical Lead & Team Lead of WSO2 Complex Event Processor *WSO2 Inc.

Re: [Dev] WSO2 Developer Studio 3.8.0 Beta Released!

2015-09-25 Thread Sriskandarajah Suhothayan
On Fri, Sep 25, 2015 at 4:26 PM, Gayan Yalpathwala wrote: > Hi All, > > We have WSO2 Developer Studio 3.8.0 Beta ready to be downloaded at [1] and > installed eclipse distributions available at [2]. This release includes > following tasks, sub-tasks, improvements and bug fixes. > > *Tasks* > >

Re: [Dev] [CEP] "order by" clause in SiddhiQL

2015-09-24 Thread Sriskandarajah Suhothayan
I think this can be achieved using https://docs.wso2.com/display/CEP400/Inbuilt+Windows#InbuiltWindows-sortsort As this will collect sort and output the max or min value. Suho On Thu, Sep 24, 2015 at 9:58 PM, Maheshakya Wijewardena wrote: > An approach to do this is: first group by each result

Re: [Dev] [VOTE] Release WSO2 CEP 4.0.0 RC4

2015-09-22 Thread Sriskandarajah Suhothayan
erprise.middleware >>> >>> mobile: +94 77 2273550 >>> blog: http://sajithr.blogspot.com/ >>> <http://lk.linkedin.com/pub/shani-ranasinghe/34/111/ab> >>> >>> On Sat, Sep 19, 2015 at 10:15 AM, Sriskandarajah Suhothayan < >>> s...@wso2.c

[Dev] [VOTE] Release WSO2 CEP 4.0.0 RC4

2015-09-18 Thread Sriskandarajah Suhothayan
Hi Devs, WSO2 CEP 4.0.0 RC4 Release Vote This release fixes the following issues: https://wso2.org/jira/issues/?filter=12398 Please download CEP 4.0.0 RC4 and test the functionality and vote. Vote will be open for 72 hours or as needed. Binary distribution at: http://svn.wso2.org/repos/wso2/peo

Re: [Dev] [DEV] [CEP] Integrating ML extension in CEP distributed mode setup

2015-09-17 Thread Sriskandarajah Suhothayan
On Thu, Sep 17, 2015 at 8:55 PM, Sashika Wijesinghe wrote: > Hi All, > > I want to test how ML extension can be integrated with CEP storm > distributed cluster. So for that I have set up CEP with a manager node and > a worker node. And installed ML features using p2-repository in manager > node.

Re: [Dev] CEP over Out-of-Order Data Streams

2015-09-17 Thread Sriskandarajah Suhothayan
google.com/a/wso2.com/file/d/0B8UIlB9H3rv_THpoRi0xTFFERVE/view?usp=sharing > > [4] > https://docs.google.com/a/wso2.com/spreadsheets/d/1xYGJoNfCSQTv1KsAuPNYsSSFqOEpn8gqCZy35L8GDmo/edit?usp=sharing > > -- > Thanks, > Miyuru Dayarathna > Senior Technical Lead > Mobile: +947

Re: [Dev] [CEP 3.1.0] Syncing failed when becoming a Passive Node for tenant

2015-09-16 Thread Sriskandarajah Suhothayan
ease note that the node starts first is not throwing any error. > > [1] > https://drive.google.com/a/wso2.com/file/d/0Bw0NgSFZG5YkWUZybUoxbzM0TTg/view?usp=sharing > <https://drive.google.com/a/wso2.com/file/d/0Bw0NgSFZG5YkWUZybUoxbzM0TTg/view?usp=sharing> > > On Wed, Sep 16, 2

Re: [Dev] CEP over Out-of-Order Data Streams

2015-09-16 Thread Sriskandarajah Suhothayan
> On Tue, Sep 8, 2015 at 5:38 PM, Sriskandarajah Suhothayan > wrote: > >> Can you merge this code to siddhi and send a pull we will be able to add >> this to the release >> >> Suho >> >> On Tue, Sep 8, 2015 at 5:17 PM, Miyuru Dayarathna >> wrote:

Re: [Dev] [CEP 3.1.0] Syncing failed when becoming a Passive Node for tenant

2015-09-16 Thread Sriskandarajah Suhothayan
>From the logs it looks like its an issue in SecondDerivativeFinderWindowProcessor check the getting and restoring the state part. Suho On Wed, Sep 16, 2015 at 10:16 PM, Ramindu De Silva wrote: > Hi Anuruddha, > > Is it possible to send me the artefacts you used for this scenario, so > that i c

[Dev] [VOTE] Release WSO2 CEP 4.0.0 RC3

2015-09-15 Thread Sriskandarajah Suhothayan
Hi Devs, WSO2 CEP 4.0.0 RC3 Release Vote This release fixes the following issues: https://wso2.org/jira/issues/?filter=12398 Please download CEP 4.0.0 RC3 and test the functionality and vote. Vote will be open for 72 hours or as needed. Binary distribution at: http://svn.wso2.org/repos/wso2/peo

[Dev] WSO2 Committers += Ramindu De Silva

2015-09-15 Thread Sriskandarajah Suhothayan
Hi all, It's my pleasure to announce Ramindu as a WSO2 Committer. Ramindu has done great contributions to WSO2 CEP, and in recognition of his contribution he has been voted as a WSO2 committer. Ramindu, welcome aboard and keep up the good work!. Regards Suho -- *S. Suhothayan* Technical Lead

Re: [Dev] Clarifications on CEP

2015-09-12 Thread Sriskandarajah Suhothayan
n a worker node is >>>> started using "-DworkerNode=true" argument, I expected that UI of the >>>> worker node should not be visible. However CEP login page is visible when >>>> started with -DworkerNode=true argument, but can't access to CEP, because >>&

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-10 Thread Sriskandarajah Suhothayan
na, is that the > case? > > On Thu, Sep 10, 2015 at 12:28 PM, Sriskandarajah Suhothayan > wrote: > >> Since the above should be used for all the products, shall we move the >> common indexing part to the registry.xml of the kernel (pack that in >> the feature). >

Re: [Dev] Need to Override "registry.xml" at Product Level to Work with Registry Search

2015-09-09 Thread Sriskandarajah Suhothayan
Since the above should be used for all the products, shall we move the common indexing part to the registry.xml of the kernel (pack that in the feature). Specific products can overwrite that as and when needed. WDYT? Suho On Wed, Sep 9, 2015 at 5:10 PM, Chandana Napagoda wrote: > > > On Wed,

Re: [Dev] Clarifications on CEP

2015-09-08 Thread Sriskandarajah Suhothayan
; at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > > Shavantha Weerasinghe > Senior Software Engineer QA > WSO2, Inc. > lean.enterprise.middleware. > ht

Re: [Dev] CEP over Out-of-Order Data Streams

2015-09-08 Thread Sriskandarajah Suhothayan
Can you merge this code to siddhi and send a pull we will be able to add this to the release Suho On Tue, Sep 8, 2015 at 5:17 PM, Miyuru Dayarathna wrote: > Hi Suho, > > I have completed developing the K-Slack extension for Siddhi and I have > hosted the code in [1

Re: [Dev] Clarifications on CEP

2015-09-07 Thread Sriskandarajah Suhothayan
We are not supporting this for this release, we might support his in future using SSO, but not for this release. Suho On Tue, Sep 8, 2015 at 9:45 AM, Tharik Kanaka wrote: > Hi All, > > As Mohan mentioned gaining login session of management console is not > possible with current implementation o

Re: [Dev] Shall we reduce the "eventBufferCapacity" from 10000 to 1000

2015-08-27 Thread Sriskandarajah Suhothayan
+1 Suho On Fri, Aug 28, 2015 at 1:32 AM, Maninda Edirisooriya wrote: > Hi, > > As there is a possibility to have an OOM, for default configurations > $subject in data-bridge-config.xml in DAS? > Thanks. > > *Maninda Edirisooriya* > Senior Software Engineer > > *WSO2, Inc.*lean.enterprise.middle

Re: [Dev] Issues in setting up distributed mode deployment for CEP

2015-08-25 Thread Sriskandarajah Suhothayan
Lasantha & Sajith please look into it, looks like there is a config issue. And also add this info the to docs so it will not be miss leading. Suho On Tue, Aug 25, 2015 at 8:55 AM, Sashika Wijesinghe wrote: > Hi All, > > We have set up the distributed mode deployment for CEP using two CEP > man

Re: [Dev] Using multiple manager nodes after enabling deployment synchronization

2015-08-25 Thread Sriskandarajah Suhothayan
The correct way is to make only one CEP manager node to have write access, and all others having read access. Suho On Tue, Aug 25, 2015 at 6:14 AM, Ramindu De Silva wrote: > Looping Suho > > On Tue, Aug 25, 2015 at 11:00 AM, Ramindu De Silva > wrote: > >> Hi all, >> >> As per the offline chat

Re: [Dev] [DEV] SMS publisher gives a negative bind response

2015-08-12 Thread Sriskandarajah Suhothayan
Please also attach all the config files you have created Suho On Wed, Aug 12, 2015 at 5:47 PM, Udani Weeraratne wrote: > Hi, > > I have been trying to use the sample given in ( > https://docs.wso2.com/display/CEP400/Sample+0065+-+Publishing+JSON+Events+via+SMS+Transport > ) to check the sms typ

Re: [Dev] [CEP] Help on TimeWindowProcessor

2015-08-11 Thread Sriskandarajah Suhothayan
me out a way that I can > have all three here? > > > Thanks > > > *T. Pranavan* > *BSc Eng Undergraduate| Department of Computer Science & Engineering > ,University of Moratuwa* > *Mobile| *0775136836 > > On 9 August 2015 at 09:27, Sriskandarajah Suhothaya

Re: [Dev] [CEP] Help on TimeWindowProcessor

2015-08-08 Thread Sriskandarajah Suhothayan
m the window) > > Thanks > > *T. Pranavan* > *BSc Eng Undergraduate| Department of Computer Science & Engineering > ,University of Moratuwa* > *Mobile| *0775136836 > > On 9 August 2015 at 08:40, Sriskandarajah Suhothayan > wrote: > >> Time window is to b

Re: [Dev] [CEP] Help on TimeWindowProcessor

2015-08-08 Thread Sriskandarajah Suhothayan
Time window is to buffer events and expire based on some condition (time/length/etc), its not for creating new attributes by default. here the expired events are generated to inform the other processes the event have expired and hence they can do adjust their calculations based on that. If you dont

Re: [Dev] [Orbit] Adding Storm 0.9.5 and Disruptor 3.3.2

2015-08-06 Thread Sriskandarajah Suhothayan
Thanks On Thu, Aug 6, 2015 at 4:29 PM, Maheshika Goonetilleke wrote: > Hi Suho > > Both have been successfully deployed. > > On Thu, Aug 6, 2015 at 4:28 PM, Sriskandarajah Suhothayan > wrote: > >> Hi, >> >> Can you please review and release Storm 0

[Dev] [Orbit] Adding Storm 0.9.5 and Disruptor 3.3.2

2015-08-06 Thread Sriskandarajah Suhothayan
Hi, Can you please review and release Storm 0.9.5 and Disruptor 3.3.2 with wso2v1 versions[1]. Best regards, [1] *https://github.com/wso2/orbit/commit/ba0a7ea38de2b3c5e5de905695f6f79e9165dcce * -- *S. Suhothayan*

[Dev] Issue related to UES Dashboard

2015-08-03 Thread Sriskandarajah Suhothayan
Hi Manu Can you assign someone from your team to help us fix the issues related to the dashboard[1] before the DAS, CEP releases. @Dunith do you have any issues identified? Thanks Suho [1]https://wso2.org/jira/browse/CEP-1258 -- *S. Suhothayan* Technical Lead & Team Lead of WSO2 Complex Even

[Dev] Status on JMS performance of WSO2 CEP

2015-08-03 Thread Sriskandarajah Suhothayan
Hi Rajeev Whats the progress on $Subject. Regards Suho -- *S. Suhothayan* Technical Lead & Team Lead of WSO2 Complex Event Processor *WSO2 Inc. *http://wso2.com * * lean . enterprise . middleware *cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-08-03 Thread Sriskandarajah Suhothayan
ersity of Moratuwa.* > *Contact no. +94770460887 <%2B94770460887>* > > > > > On Wed, Jul 15, 2015 at 5:03 PM, Sriskandarajah Suhothayan > wrote: > >> any update one this? >> >> Whats the approach we are taking now >> >> On Mon, Jul 6, 2015

Re: [Dev] Unnecessary error message printing when realtime dashboard not displaying

2015-08-02 Thread Sriskandarajah Suhothayan
looping Tharik and Damith On Sun, Aug 2, 2015 at 9:06 PM, Gihan Anuruddha wrote: > Hi CEP team, > > When we have a real time dashboard and dashboard not display in the > browser, below message is continuously printing. I think we can't assume > always realtime dashboards are displaying in the br

Re: [Dev] CEP 400 (Beta) NotStormManagerException

2015-07-27 Thread Sriskandarajah Suhothayan
M, Imesh Gunaratne wrote: > >> Hi Suho, >> >> Do we select a coordinator within the manager nodes or is it just the >> client that decides which manager to talk to? >> >> Thanks >> >> On Mon, Jul 27, 2015 at 2:45 PM, Sriskandarajah Suhothayan > > wro

Re: [Dev] CEP 400 (Beta) NotStormManagerException

2015-07-27 Thread Sriskandarajah Suhothayan
CEP Managers are must for Strom based coordination, so use the CEP Managers to be the carbon cluster as well-known members, else it does not make sense for CEP deployment. We have also done the testing like that. Regards Suho On Mon, Jul 27, 2015 at 2:16 PM, Lakmal Warusawithana wrote: > > > On

Re: [Dev] [CEP 3.0.0] Stat publishing to embedded H2 Data Base

2015-07-23 Thread Sriskandarajah Suhothayan
Disable the internal Stratos CEP and run CEP 4.0 externally to solve this. We don't have resources to support H2 output adapter for CEP 3.0.0. If we can patch it much appreciated :) Regards Suho On Thu, Jul 23, 2015 at 6:01 PM, Ashan Dhananjaya wrote: > Hi Lasantha, > > We can't move to CEP 4.0

Re: [Dev] [CEP 3.1.0]

2015-07-18 Thread Sriskandarajah Suhothayan
ersion is 2.0.0-wso2v5. (In Stratos CEP extension) > > Thanks > > *T. Pranavan* > *BSc Eng Undergraduate| Department of Computer Science & Engineering > ,University of Moratuwa* > *Mobile| *0775136836 > > On 18 July 2015 at 21:32, Sriskandarajah Suhothayan wrote: >

Re: [Dev] [CEP 3.1.0]

2015-07-18 Thread Sriskandarajah Suhothayan
*BSc Eng Undergraduate| Department of Computer Science & Engineering >> ,University of Moratuwa* >> *Mobile| *0775136836 >> >> On 18 July 2015 at 19:48, Sriskandarajah Suhothayan >> wrote: >> >>> Hi >>> >>> Can you give more input? >&g

Re: [Dev] [CEP 3.1.0]

2015-07-18 Thread Sriskandarajah Suhothayan
Hi Can you give more input? Like what are you trying to do and any exceptions you encountered. Suho On Sat, Jul 18, 2015 at 10:05 AM, Nirmal Fernando wrote: > [Looping few CEP guys] > > On Sat, Jul 18, 2015 at 9:59 AM, Pranavan Theivendiram < > pranavan...@cse.mrt.ac.lk> wrote: > >> Hi Nirmal,

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-07-15 Thread Sriskandarajah Suhothayan
+94770460887 <%2B94770460887>* > > > > > On Sun, Jul 5, 2015 at 9:38 PM, Sriskandarajah Suhothayan > wrote: > >> The both model you are progressing are not scalable, and error prone. If >> we make any change to the grammar then we have to also fix that in sev

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-07-05 Thread Sriskandarajah Suhothayan
t line 3 --->B >>>4. >>>5. from foo//execution_element : at line >>>5> C >>>6. select a >>>7. insert into bar; >>> >>> >>> If the code has no syntax errors then,it will be submi

[Dev] WSO2 Committers += Tharik Kanaka

2015-07-03 Thread Sriskandarajah Suhothayan
Hi all, It's my pleasure to announce Tharik as a WSO2 Committer. Tharik has done great contributions to WSO2 CEP, and in recognition of his contribution he has been voted as a WSO2 commiter. Tharik, welcome aboard and keep up the good work!. Regards Suho -- *S. Suhothayan* Technical Lead & Te

Re: [Dev] Please add ML-CEP extension feature to CEP P2 repo

2015-07-03 Thread Sriskandarajah Suhothayan
Also do create a jira on CEP for this, so we can track Suho On Fri, Jul 3, 2015 at 8:43 AM, Nirmal Fernando wrote: > Sorry version should be; > > 1.0.1-SNAPSHOT > > On Fri, Jul 3, 2015 at 12:11 PM, Nirmal Fernando wrote: > >> Hi CEP team, >> >> $Subject. >> https://github.com/wso2/product-ml/b

[Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Sriskandarajah Suhothayan
Hi all, Its my pleasure to welcome Damith Wickramasinghe as a WSO2 Committer. Damith is a member of WSO2 CEP team and he has done a great contribution to WSO2 CEP and has shown great enthusiasm in his work both in development and Geo related CEP effort. In recognition of his contribution, he has b

Re: [Dev] [CEP] what are the data types supported by siddhi?

2015-06-07 Thread Sriskandarajah Suhothayan
On Sun, Jun 7, 2015 at 5:46 PM, Lasantha Fernando wrote: > Hi Niranda, > > Do you mean transferring data as bytes or simply in binary form? > > I think there were some discussions earlier around adding the capability > to send attributes in binary form. Actually, I went through the code in new >

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-03 Thread Sriskandarajah Suhothayan
on as I > complete them I will review the work with you before sending PRs . > Sorry for delay in updating the progress. I will update you frequently > from now onward. > > Thanks, > > On 2 June 2015 at 21:06, Sriskandarajah Suhothayan wrote: > > Hi Tharindu > >

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-02 Thread Sriskandarajah Suhothayan
Hi Tharindu Your work looks good, do you have any updates ? Suho On Sun, May 24, 2015 at 9:54 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Wed, May 20, 2015 at 2:27 AM, Tharindu Munasinghe < > tharindu...@cse.mrt.ac.lk> wrote: > >> Hi Mentors, >> > > Hi Tharindu, > > >>

Re: [Dev] [CEP] Documentation issue

2015-05-31 Thread Sriskandarajah Suhothayan
I think its better to change *topicName *to *topic *if it's not working Suho On Sun, May 31, 2015 at 9:40 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Sun, May 31, 2015 at 9:18 AM, Pranavan Theivendiram < > pranavan...@cse.mrt.ac.lk> wrote: > >> Hi All, >> >> I have foun

Re: [Dev] [CEP] Regression Documentation

2015-05-29 Thread Sriskandarajah Suhothayan
Please refer https://docs.wso2.com/display/CEP400/ its still WIP Suho On Fri, May 29, 2015 at 4:29 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi Suho, > > Do you have any documentations of the regression functions that have added > in WSO2 cep? > > If you have please let me

Re: [Dev] [CEP][Error]

2015-05-28 Thread Sriskandarajah Suhothayan
Hi Which version of CEP pack are you trying out ? Suho On Thu, May 28, 2015 at 9:34 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting the following error. When I am running the sample 0001 of > WSO2 CEP. > package org.wso2.carbon.databridge.agent does not

Re: [Dev] Please review and merge PR

2015-05-21 Thread Sriskandarajah Suhothayan
merged Thanks for the quick fix Suho On Thu, May 21, 2015 at 4:34 PM, Nirmal Fernando wrote: > [Looping CEP Team] > > On Thu, May 21, 2015 at 4:22 PM, Manorama Perera > wrote: > >> Hi, >> >> Please review and merge PR [1] - PMML extension. >> >> [1] https://github.com/wso2-gpl/siddhi/pull/9 >

<    1   2   3   4   5   >