Jenkins build is back to normal : Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #433

2015-04-24 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Stratos-Master-Commit-Build #433

2015-04-24 Thread Apache Jenkins Server
See

Re: Build failed in Jenkins: Stratos-Master-Commit-Build #432

2015-04-24 Thread Lahiru Sandaruwan
All the tests passed locally, Looking into it. Thanks. On Sat, Apr 25, 2015 at 9:53 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > > Changes: > > [lahirus] Use iterator to iterate through members t

Build failed in Jenkins: Stratos-Master-Commit-Build » Apache Stratos - Integration Tests #432

2015-04-24 Thread Apache Jenkins Server
See -- [INFO] [INFO] ---

Build failed in Jenkins: Stratos-Master-Commit-Build #432

2015-04-24 Thread Apache Jenkins Server
See Changes: [lahirus] Use iterator to iterate through members to put them in terminate process -- [...truncated 10182 lines...] Received 9 blocks and 120752 bytes Compression is 70.9

Re: Service clustering for Stratos

2015-04-24 Thread Imesh Gunaratne
Its not for service discovery, its for cluster discovery; a feature for supporting cartridges having clustering capabilities to make the clustering configuration. On Fri, Apr 24, 2015 at 5:12 PM, Shaheedur Haque (shahhaqu) < shahh...@cisco.com> wrote: > I’m a bit confused by this proposal…is the

[GitHub] stratos pull request: Refining cartridge classes in cloud controll...

2015-04-24 Thread Vishanth
Github user Vishanth commented on a diff in the pull request: https://github.com/apache/stratos/pull/277#discussion_r29052004 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java --- @@ -191,52 +128,56 @@

RE: Service clustering for Stratos

2015-04-24 Thread Shaheedur Haque (shahhaqu)
I’m a bit confused by this proposal…is the idea that Stratos is telling the cartridges what service discovery mechanism they should use? From: Imesh Gunaratne [mailto:im...@apache.org] Sent: 20 April 2015 19:02 To: dev Subject: Re: Service clustering for Stratos +1 for pointing to this Udara! I

RE: Re-factoring REST API

2015-04-24 Thread Shaheedur Haque (shahhaqu)
Thanks for clarifying. In the case of the 500, is it possible to expose the causing error instead of “internal server error”? Or at least “internal server error: ”? From: Dinithi De Silva [mailto:dinit...@wso2.com] Sent: 23 April 2015 12:16 To: Shaheedur Haque (shahhaqu) Cc: dev; Vanson Lim (vli

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-24 Thread Reka Thirunavukkarasu
Hi Martin, Found the issue. It was an issue with your application definition. You were using same Id for applicationId and the blower group alias. So in this specific case GroupMonitor and ApplicationMonitor got messed up with this configuration. Please note that it would be better to use GroupNam

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-24 Thread Reka Thirunavukkarasu
Hi Martin, I didn't encounter such issue, since i constructed a similar sample referring your one, it worked fine for me. I will check with exactly your sample and update how it goes. Thanks, Reka On Fri, Apr 24, 2015 at 5:33 AM, Martin Eppel (meppel) wrote: > Hi Reka, > > > > I verified the