Re: Stratos Load Balancer Setup

2015-11-25 Thread Sajith Kariyawasam
Hi Ridwan, Did you have a look at this? https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Manually+Configuring+the+Stratos+Load+Balancer On Wed, Nov 25, 2015 at 2:25 PM, Ridwan Shariffdeen wrote: > ​​​Hi! > I am trying to setup Apache Stratos 4.1.4 on AWS EC2. I have configured > and t

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at http://events.linuxfoundation.o

Re: [IMPORTANT] Stratos 4.1.5 RC1 build in progress, Please hold your commits

2015-11-25 Thread Gayan Gunarathne
On Wed, Nov 25, 2015 at 1:34 PM, Akila Ravihansa Perera wrote: > Hi Gayan, > > I think we need to create a release branch for 4.1.5 as we did for > previous releases. This will allow committers to freely commit their > fixes/features to stratos-4.1.x branch and do the release in release > branch.

Re: Integration test timeout issue

2015-11-25 Thread Gayan Gunarathne
Hi Raj, Are you going to remove the groups?That what we had earlier before we introduce the test groups.But we should be able to run other test cases except server restart test in parallel as we have unique artifacts ids.I think if we had the correct dependency grouping it should work. Anyway I d

Re: Integration test timeout issue

2015-11-25 Thread Rajkumar Rajaratnam
Hi Isuru, I have tried listing all the classes in testng.xml, but the listed order is not preserved in execution. I am further investigating it. If we get it to work, we can follow this approach, IMO. This is a one time task, there is no overhead. We just need to list our new test classes in testn

Re: Integration test timeout issue

2015-11-25 Thread Rajkumar Rajaratnam
Let me have a look at it. We didn't get the timeout issue locally, it only happens in jenkins builder. @Akila, +1 to add other groups as dependencies in server restart testcase. Thanks, Raj. On Wed, Nov 25, 2015 at 4:52 PM, Isuru Haththotuwa wrote: > I see that we have upgraded TestNG version

RE: File handle leak in Thrift

2015-11-25 Thread Shaheedur Haque (shahhaqu)
Hi, After some poking around. I think the problem here is as follows: 1. Apache Stratos contains multiple dependencies directly on libthrift. o We can modify the build to change the version of libthrift in these cases, except that we need 0.9.3, and (AFAIK) the version has to be in the

RE: File handle leak in Thrift

2015-11-25 Thread Shaheedur Haque (shahhaqu)
BTW, to be clear, I have no idea *which* copy of libthrift is at fault, as apache-stratos seems to contain more than one either directly or indirectly (via carbon?); the stack trace I provided is the full stack trace. From: Shaheedur Haque (shahhaqu) Sent: 25 November 2015 11:15 To: dev@stratos.

Re: Integration test timeout issue

2015-11-25 Thread Isuru Haththotuwa
I see that we have upgraded TestNG version [1]. Do we still have the issue where the tests are run in parallel, even if we specify not to? [1]. https://issues.apache.org/jira/browse/STRATOS-1627 On Wed, Nov 25, 2015 at 4:23 PM, Akila Ravihansa Perera wrote: > Hi Gayan, > > I don't think timeout

RE: File handle leak in Thrift

2015-11-25 Thread Shaheedur Haque (shahhaqu)
Hi Imesh, I’m pretty sure that STARTOS-1108 is some other leak/issue, not least because we have that fix ☺. You will see my analysis has a rather different stack trace, and points to a very obvious coding bug in Thrift. As I say, I am happy to verify that the Thrift bug fix addresses the issue

Re: Integration test timeout issue

2015-11-25 Thread Akila Ravihansa Perera
Hi Gayan, I don't think timeout value is the root cause here. It already has a timeout value of 30 (5mins). Can you check the stratos-integration.log and see whether Stratos restart test case was executed in middle of this test case? I noticed that Stratos restart test case only depends on "s

Integration test timeout issue

2015-11-25 Thread Gayan Gunarathne
With the release build I found that IaasProviderAttributeTestCase failed due to the time-out[1]. Seems this is intermittent. I have increased the timeout of that test case by introducing separate timeout value for that test case.I will trigger another build with that. [1] [INFO] testIaasProviderA

Stratos Load Balancer Setup

2015-11-25 Thread Ridwan Shariffdeen
​​​Hi! I am trying to setup Apache Stratos 4.1.4 on AWS EC2. I have configured and tested Stratos Instance for a PHP application. My problem is how do I configure a load balancer. I tried integrating Stratos LB into the same machine in Stratos as well as on a different node. Is there any guide to f

Re: [IMPORTANT] Stratos 4.1.5 RC1 build in progress, Please hold your commits

2015-11-25 Thread Akila Ravihansa Perera
Hi Gayan, I think we need to create a release branch for 4.1.5 as we did for previous releases. This will allow committers to freely commit their fixes/features to stratos-4.1.x branch and do the release in release branch. The release specific fixes will be committed to release branch and later me