[GitHub] stratos pull request: Adding metering service publisher class

2015-09-13 Thread Thanu
GitHub user Thanu opened a pull request: https://github.com/apache/stratos/pull/463 Adding metering service publisher class This P/R is to refactor Metering service publisher classes. Following changes are included in P/R 1. Added publisher classes DASScalingDecisionPublisher

Re: Few issues in master branch related to tenant isolation

2015-09-13 Thread Gayan Gunarathne
Hi Reka, We can't directly shift the existing test cases for tenants isolation. As an example we are checking the status of the application with in a test cases. In that case we need to pass the application name + tenant id to retrieve the application related to that tenant.We can't directly use t

Re: Few issues in master branch related to tenant isolation

2015-09-13 Thread Reka Thirunavukkarasu
Hi On Fri, Sep 11, 2015 at 11:07 AM, Gayan Gunarathne wrote: > Hi, > > On Fri, Sep 11, 2015 at 2:58 AM, Akila Ravihansa Perera < > raviha...@wso2.com> wrote: > >> Hi, >> >> I have been working on uplifting automation engine framework version to >> latest (v4.4.3) and migrating the existing test

Re: Improvements to Stratos integration tests

2015-09-13 Thread Reka Thirunavukkarasu
+1. Great work Akila. Really a useful feature for us to improve our integration tests further.. Thanks, Reka On Fri, Sep 11, 2015 at 3:11 AM, Akila Ravihansa Perera wrote: > Hi, > > I've uplifted Carbon automation engine framework in Stratos to its latest > version (v. 4.4.3). This version prov

Re: New committer and PMC member: Dinithi De Silva

2015-09-13 Thread Reka Thirunavukkarasu
Congratz Dinithu..!!! On Sat, Sep 12, 2015 at 10:31 AM, Dakshika Jayathilaka wrote: > Congratulations, Dinithi...! > > *Dakshika Jayathilaka* > PMC Member & Committer of Apache Stratos > Senior Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Fri, Sep 11, 2015 at 2

Re: Stratos 4.1: "Too many open files" issue

2015-09-13 Thread Reka Thirunavukkarasu
Hi Martin, What cartridge agent are you using currently? Is it java or Python? This problem was identified from the thrift data publisher side in java. Since python agent is using different approach to connect to data receiver, we will need to verify whether python agent fixed this particular issu

Re: Introduce an Activated state to ApplicationContext

2015-09-13 Thread Reka Thirunavukkarasu
Hi Anuruddha, ApplicationContext is not the runtime. It is a static reference to the application definition. In which we have a life cycle to identify whether it is created/deployed/undeploying. The actual runtime can be found in the Applications Topology where it already has the relevant life cyc

Re: Introduce an Activated state to ApplicationContext

2015-09-13 Thread Anuruddha Liyanarachchi
Hi, But we are not setting the ApplicationContext to active state when application gets activated. We are only using three states [1]. Don't we have to introduce "Active" state also to the ApplicationContext and change UI, API and events accordingly. [1] https://github.com/apache/stratos/blob/st

Jenkins build is back to stable : Stratos-41x-Commit-Build #20

2015-09-13 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Stratos-41x-Commit-Build ยป Apache Stratos - Messaging #20

2015-09-13 Thread Apache Jenkins Server
See

Re: [Dev] Autoscaling Features in Kubernetes

2015-09-13 Thread Lahiru Sandaruwan
Hi Imesh, Interesting stuff. Maybe we can compare this with the autoscaling functionality of Stratos. We need to decide on the approach we recommend to users with Kubernetes + Stratos. Thanks. On Sun, Sep 13, 2015 at 12:51 PM, Imesh Gunaratne wrote: > Hi Devs, > > Kubernetes community is now w

[Dev] Cloud Bursting Feature in Kubernetes

2015-09-13 Thread Imesh Gunaratne
Hi Devs, There is a proposal for implementing $subject in Kubernetes. This feature is called Kubernetes Cluster Federation [1] and it is more than cloud bursting. [image: Inline image 2] Main focus is on following features: - *"Preferentially run my workloads in my on-premise cluster(s), b

[Dev] Autoscaling Features in Kubernetes

2015-09-13 Thread Imesh Gunaratne
Hi Devs, Kubernetes community is now working on implementing $subject. According to [1] scaling can be done based on Traffic, Predictive Analysis and Arbitrary Data. Autoscaling policies can be defined to configure min/max values. Compared to the Autoscaling policy we have in Stratos this has bee

Re: Stratos 4.1: "Too many open files" issue

2015-09-13 Thread Akila Ravihansa Perera
Hi Martin, I think we fixed this problem by uplifting Thrift agent feature in [1]. The root cause of this issue was that after periodic publishing, thrift agent fails to evict the old connection according to [2]. The fix is described in [3]. Looks like your stack trace is very similar to what has