[GitHub] stratos pull request: DAS data publisher integration implementatio...

2015-08-09 Thread Thanu
GitHub user Thanu opened a pull request: https://github.com/apache/stratos/pull/422 DAS data publisher integration implementation Data publisher implementation for metering and monitoring service. You can merge this pull request into a Git repository by running: $ git pull http

[GitHub] stratos pull request: Cleaning and Formatting Code

2015-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/420 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

Re: [Vote] Release Apache Stratos 4.1.1 RC1

2015-08-09 Thread Gayan Gunarathne
+1. Verified the followings. 1. Verified the distributions and their signatures 2. Smoke tested lvs extension and PCA 3. Smoke tested of the Stratos pack with sample applications. Thanks, Gayan On Mon, Aug 10, 2015 at 9:51 AM, Lahiru Sandaruwan wrote: > +1, Verified nested samples and licenc

Re: org.apache.stratos.rest.endpoint is not present in wso2 nexus repo

2015-08-09 Thread Anuruddha Premalal
Hi, org.apache.stratos.rest.endpoint is packaged as a war that might be the case for not presenting it in wso2 nexus. Thanks, Anuruddha. On Mon, Aug 10, 2015 at 10:22 AM, Anuruddha Premalal < anuruddhaprema...@gmail.com> wrote: > Hi Akila, > > However there are some 4.1.0 artifacts present in t

Re: org.apache.stratos.rest.endpoint is not present in wso2 nexus repo

2015-08-09 Thread Anuruddha Premalal
Hi Akila, However there are some 4.1.0 artifacts present in the wso2 nexus repo ex: stratos.common.[1] What is the rationale behind that?. [1] http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/stratos/org.apache.stratos.common/ On Mon, Aug 10, 2015 at 10:09 AM, Akila Ravihansa Pe

Re: org.apache.stratos.rest.endpoint is not present in wso2 nexus repo

2015-08-09 Thread Akila Ravihansa Perera
Hi Anuruddha, I think you are looking at the wrong repo. You should check the Maven central repo [1] for Stratos artifacts. You won't find them in WSO2 Nexus. [1] http://mvnrepository.com/artifact/org.apache.stratos/org.apache.stratos.rest.endpoint/4.1.0 Thanks. On Mon, Aug 10, 2015 at 10:02 AM

org.apache.stratos.rest.endpoint is not present in wso2 nexus repo

2015-08-09 Thread Anuruddha Premalal
Hi, I'm trying to use org.apache.stratos.rest.endpoint package for a rest api calls. However that jar is not present in[1] only the SNAPSHOT version is available there. Do I need to point to a different repo to get 4.1.0 released jars? [1] http://maven.wso2.org/nexus/content/groups/wso2-public/or

Re: [Vote] Release Apache Stratos 4.1.1 RC1

2015-08-09 Thread Lahiru Sandaruwan
+1, Verified nested samples and licence. Thanks. On Sun, Aug 9, 2015 at 2:18 PM, Imesh Gunaratne wrote: > +1 Verified 4.1.1-rc1 release with following: > >- Tested all the distributions and their signatures >- Executed Apache RAT test >- Smoke tested PCA, JCA, load balancer, nginx e

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-09 Thread Imesh Gunaratne
Hi Milindu, Great! Please arrange a public Google Hangout and do a demo. We will also need to do a code review. Thanks On Mon, Aug 10, 2015 at 12:14 AM, Chamila De Alwis wrote: > Hi Milindu, > > Great work so far! Could you mention what commands and outputs are less > clear? > > > Regards, > C

Re: Adding domain mappings using REST API

2015-08-09 Thread Imesh Gunaratne
Hi Swapnil, We need to think out of the box here, add a new field to the DomainMappingBean to send the Cluster ID from the client. Users can either use the Alias or Cluster ID depending on the API method they use. In the API method implementation use the Cluster ID to find the Service Type and in

Re: AWS Load Balancing Support for Stratos - Weekly Update

2015-08-09 Thread Imesh Gunaratne
+1 A good suggestion, will take that approach. On Sun, Aug 9, 2015 at 11:31 PM, Swapnil Patil wrote: > Hi Imesh, > > There is a way to find the number of requests that have been received by > load balancer but still not sent to the registered instances. But there is > no direct way to find out t

Re: [GSOC 2015] [Curve Fitting Window Processor help]

2015-08-09 Thread Pranavan Theivendiram
Hi Akila, I have used Mock-iaas[1] . Can you suggest me a documentation or some pre-written sample thrift clients that I can use for my testing? Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer

Re: [Vote] Release Apache Stratos 4.1.1 RC1

2015-08-09 Thread Imesh Gunaratne
+1 Verified 4.1.1-rc1 release with following: - Tested all the distributions and their signatures - Executed Apache RAT test - Smoke tested PCA, JCA, load balancer, nginx extension, haproxy extension and the CLI - Tested Stratos with Kubernetes v1.0.1 with autoscaling features Than

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-09 Thread Chamila De Alwis
Hi Milindu, Great work so far! Could you mention what commands and outputs are less clear? Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Sun, Aug 9, 2015 at 1:59 PM, Milindu Sanoj Kumarage < agentmi

Re: Adding domain mappings using REST API

2015-08-09 Thread Swapnil Patil
Hi Imesh, Sorry, I am not sure I got you. Just to reiterate what I want to say. In convertDomainMappingBeanToStubDomainMapping() method, DomainMappingBean is used to fill two fields domain name and context path of DomainMapping object. Now to execute following statements. domainMapping.setServi

Re: AWS Load Balancing Support for Stratos - Weekly Update

2015-08-09 Thread Swapnil Patil
Hi Imesh, There is a way to find the number of requests that have been received by load balancer but still not sent to the registered instances. But there is no direct way to find out the number of request that are sent to registered instances but response is not yet received. But I think we can

Re: [GSoC 2015] Python CLI for Stratos : Weekly Update

2015-08-09 Thread Milindu Sanoj Kumarage
Hi, I have finished implementing all the CLI commands, except very few which I have some doubts ( like, how the output should be presented ) :) I started writing a document explaining each and every command with their expected outputs ( when correct params are given, when no params are given and

Re: [DISCUSS] Upgrading to jclouds 1.9.1 and support for vcloud?

2015-08-09 Thread Imesh Gunaratne
On Sun, Aug 9, 2015 at 12:27 AM, Akila Ravihansa Perera wrote: > Hi, > > I'd like to propose that we upgrade to jclouds 1.9.1 [1] in our next > release. The new jclouds release provides support for d2, m4 and t2 > instance types for EC2. Also many improvements to GCE and DigitalOcean v2 > provide

Re: Adding domain mappings using REST API

2015-08-09 Thread Imesh Gunaratne
I do not see any problems in implementing this. Refer following: https://github.com/apache/stratos/blob/master/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java#L2597 DomainMapping domainMapping = ObjectConverter.convertDomainMa

Re: AWS Load Balancing Support for Stratos - Weekly Update

2015-08-09 Thread Imesh Gunaratne
Hi Swapnil, Great! Nice to hear that. Is there a way to find the total number of requests being processed (requests in flight) within a given time window? If so we need to find this for each cluster. Thanks On Sat, Aug 8, 2015 at 4:13 PM, Swapnil Patil wrote: > Sorry, forgot to mention that it

Re: [GSOC 2015] [Curve Fitting Window Processor help]

2015-08-09 Thread Akila Ravihansa Perera
Hi Pranavan, What events are you expecting here? Either you need to deploy an application to receive events OR write your own custom thrift client to publish events to CEP. What is your approach to test the curve fitting window processor? My suggestion is to write your own thrift client which wo

Re: [DISCUSS] Upgrading to jclouds 1.9.1 and support for vcloud?

2015-08-09 Thread Lahiru Sandaruwan
On Sat, Aug 8, 2015 at 2:05 PM, Akila Ravihansa Perera wrote: > It seems Lahiru has made an attempt to push those changes upstream. I was > able to find this PR [1] and mail thread [2] in jclouds. Obviously, their > live tests started failing after this API update. > It was not failing at the m

[GSOC 2015] [Curve Fitting Window Processor help]

2015-08-09 Thread Pranavan Theivendiram
Hi All, I have completed the window processor for curve fitting and during the manual testing I found that its run method is called (I have put some info logs and they are printed for every 10 minutes) as expected. But it does not calculate the curve fitting co-efficient since the events are not r

Re: Adding domain mappings using REST API

2015-08-09 Thread Swapnil Patil
Hi All, I need to add a REST method to add domain mappings using cluster id. Currently the request needs a JSON object with cartridge alias, domain name and context path. But I need to add a REST method which support adding domain mapping using cluster id instead of alias. Currently alias is use

[GitHub] stratos pull request: Removing UUID and tenantId from KubernetesCl...

2015-08-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/421 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

Re: [GSoC-2015][Stratos] Getting an error in server start up

2015-08-09 Thread Pranavan Theivendiram
Hi Ashan/Reka, I have done some mistakes in execution plan queries. I have fixed them. Now it is working fine. Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 9 August 2015 at 13:54, Ashan Dhananjaya wro

Re: [GSoC-2015][Stratos] Getting an error in server start up

2015-08-09 Thread Ashan Dhananjaya
Hi Paranavan, It is the stream that you created in the stream-definition.xml. I checked [1] the stream definition in there is correct.If you didnt change the export stream as Reka said this should be work. Can you check the execution plan where you are publishing the data to this export stream def

Re: [GSoC-2015][Stratos] Getting an error in server start up

2015-08-09 Thread Reka Thirunavukkarasu
Hi Pranavan, It seems that you have changed the stream definition after it got created. As a workaround, you can manually delete that particular stream from the UI and the restart the stratos server or you can start a fresh stratos pack with the required changes in the stream definition. Thanks,

Re: [GSoC-2015][Stratos] Getting an error in server start up

2015-08-09 Thread Pranavan Theivendiram
Hi Reka, I have created new streams. I have defined them inside stream-manager.xml. I got the snapshot by building the source. I used it to test. The source can be found in the link below.[1] Can you tell me what is an externally defi

Re: [GSoC-2015][Stratos] Getting an error in server start up

2015-08-09 Thread Ashan Dhananjaya
Hi Paranavan, Normally this error comes, when your out put dataset and the export stream definition doesn't get match. I can see, *StreamDefinition{* *streamId='curve_finder_load_average_stats:1.0.0',* *name='curve_finder_load_average_stats',* *version='1.0.0',* *n