Re: MemberFault event is lost forever when MB is down

2014-07-29 Thread Isuru Haththotuwa
On Wed, Jul 30, 2014 at 9:45 AM, Akila Ravihansa Perera wrote: > Hi Devs, > > Current Stratos architecture relies heavily on high availability of > the message broker. We faced a situation when MB is down, some of the > messages published will get lost forever and the system state will > never be

Re: MemberFault event is lost forever when MB is down

2014-07-29 Thread Manula Chathurika Thantriwatte
Hi, +1 for having monitoring system. Otherwise it may cause serious problems in production environments. On Wed, Jul 30, 2014 at 9:55 AM, Udara Liyanage wrote: > Hi Akila, > > +1 > The core reason for this is Stratos function is heavily depending on the > message broker. Losing messages, or un

Re: MemberFault event is lost forever when MB is down

2014-07-29 Thread Udara Liyanage
Hi Akila, +1 The core reason for this is Stratos function is heavily depending on the message broker. Losing messages, or unavailability of the MB causes system go into a problematic state. $subject is one of example scenario. We should have a health monitoring system which does not depends on the

MemberFault event is lost forever when MB is down

2014-07-29 Thread Akila Ravihansa Perera
Hi Devs, Current Stratos architecture relies heavily on high availability of the message broker. We faced a situation when MB is down, some of the messages published will get lost forever and the system state will never be recovered. One such example is, when a cartridge instance goes down the CE

[jira] [Commented] (STRATOS-722) expiryTimeout configuration is missing from autoscaler.xml

2014-07-29 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14078842#comment-14078842 ] Akila commented on STRATOS-722: --- Fixed in commits 0b982f740e9ca2b6785d0f518acb3ab33e4d4578

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Udara Liyanage
Hi Raj, +1 for the suggested name On Wed, Jul 30, 2014 at 7:37 AM, Lakmal Warusawithana wrote: > > > > On Tue, Jul 29, 2014 at 10:51 PM, Rajkumar Rajaratnam > wrote: > >> Hi Lakmal, Udara, >> >> Yes *Ruby+Passenger Cartridge* looks better than Passenger Cartridge. >> >> I need a little clarif

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Lakmal Warusawithana
On Tue, Jul 29, 2014 at 10:51 PM, Rajkumar Rajaratnam wrote: > Hi Lakmal, Udara, > > Yes *Ruby+Passenger Cartridge* looks better than Passenger Cartridge. > > I need a little clarification. > > AFAIK, we can also host python and nodejs applications in passenger > server, not just ruby apps. That

[GitHub] stratos pull request: Jboss cartridge for Apache Stratos

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/6 --- 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 enabl

[GitHub] stratos pull request: Fix Readme.md format (add missing line break...

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/5 --- 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 enabl

Re: Can cartridge VM startup time-outs be configured?

2014-07-29 Thread Vanson Lim
On 7/29/14, 2:02 AM, Lahiru Sandaruwan wrote: Hi Vanson, On Mon, Jul 28, 2014 at 9:44 PM, Vanson Lim mailto:v...@cisco.com>> wrote: Apache Stratos developers, Is there a way to adjust the timeout value for a cartridge to become active in apache stratos 4.0.0? I've observed tha

[jira] [Updated] (STRATOS-724) Setting cartridge activation expiry time during cartridge subscription

2014-07-29 Thread Jeffrey Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Nguyen updated STRATOS-724: --- Affects Version/s: 4.0.0 > Setting cartridge activation expiry time during cartridge subscri

Re: Can cartridge VM startup time-outs be configured?

2014-07-29 Thread Vanson Lim
On 7/29/14, 1:02 AM, Udara Liyanage wrote: Hi Vanson I guess you can configure it in repository/conf/autoscaler.xml file as below 90 Perfect, this is a good short term workaround. thanks, -Vanson On Tue, Jul 29, 2014 at 10:14 AM, Vanson Lim mailto:v.

[jira] [Updated] (STRATOS-724) Setting cartridge activation expiry time during cartridge subscription

2014-07-29 Thread Jeffrey Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Nguyen updated STRATOS-724: --- Issue Type: Improvement (was: Bug) > Setting cartridge activation expiry time during cartri

[jira] [Created] (STRATOS-724) Setting cartridge activation expiry time during cartridge subscription

2014-07-29 Thread Jeffrey Nguyen (JIRA)
Jeffrey Nguyen created STRATOS-724: -- Summary: Setting cartridge activation expiry time during cartridge subscription Key: STRATOS-724 URL: https://issues.apache.org/jira/browse/STRATOS-724 Project: S

[jira] [Created] (STRATOS-723) Stratos stopped working with java.net.SocketException

2014-07-29 Thread Jeffrey Nguyen (JIRA)
Jeffrey Nguyen created STRATOS-723: -- Summary: Stratos stopped working with java.net.SocketException Key: STRATOS-723 URL: https://issues.apache.org/jira/browse/STRATOS-723 Project: Stratos I

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Rajkumar Rajaratnam
Hi Lakmal, Udara, Yes *Ruby+Passenger Cartridge* looks better than Passenger Cartridge. I need a little clarification. AFAIK, we can also host python and nodejs applications in passenger server, not just ruby apps. That is why I called it as passenger cartridge, in general. I assume we are goin

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Lakmal Warusawithana
On Tue, Jul 29, 2014 at 10:10 PM, Rajkumar Rajaratnam wrote: > Hi Udara, > > Yes we are installing ruby there! > > Did you notice the below section in the passenger node definition in my > previous reply? :) > >class { 'ruby': > version => '1.8.7', > gems_version=> '1.

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Rajkumar Rajaratnam
Hi Udara, Yes we are installing ruby there! Did you notice the below section in the passenger node definition in my previous reply? :) class { 'ruby': version => '1.8.7', gems_version=> '1.8.24', rubygems_update => false, } This snippet will install specified

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Udara Liyanage
Hi Raj, As I understood, Your suggestion is to make a Passenger cartridge instead of Ruby cartridge. If a Passenger cartridge is created don't we install Ruby on it. Client's requirement is a Ruby environment where he can deploy Ruby apps. Sorry if I have misunderstood. Touched, not typed. Erron

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Rajkumar Rajaratnam
Hi Udara, If you are using generic cartridge, Yes. Everything (ruby, apache and passenger) will be installed when you subscribe to passenger cartridge. Let me give you a sample passenger node definition. # passenger cartridge node node /passenger/ inherits base { $docroot = "/var/www/second"

Re: Ruby Cartridge vs (Passenger|Puma|Thin|Unicorn) Cartridges

2014-07-29 Thread Udara Liyanage
Hi Raj, Just for clarification. If we are to create a Passenger cartridge, when are we going to install Ruby/Python on it. Is it after subscription. I'm not well aware of the Passenger Ruby combination. Assume Ruby should be installed with Passenger. Touched, not typed. Erroneous words are a fea

[jira] [Updated] (STRATOS-722) expiryTimeout configuration is missing from autoscaler.xml

2014-07-29 Thread Lasindu Charith (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lasindu Charith updated STRATOS-722: Attachment: timeout.patch > expiryTimeout configuration is missing from autoscaler.xml > -

[jira] [Created] (STRATOS-722) expiryTimeout configuration is missing from autoscaler.xml

2014-07-29 Thread Lasindu Charith (JIRA)
Lasindu Charith created STRATOS-722: --- Summary: expiryTimeout configuration is missing from autoscaler.xml Key: STRATOS-722 URL: https://issues.apache.org/jira/browse/STRATOS-722 Project: Stratos

Re: org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT@source

2014-07-29 Thread Sajith Kariyawasam
This is now fixed [1] in master branch and relevant changes are merged to 4.0.0 branch as well. [1] https://issues.apache.org/jira/browse/STRATOS-721 Thanks, Sajith On Mon, Jul 28, 2014 at 6:54 PM, Akila Ravihansa Perera wrote: > Faced the same issue. This can be fixed by updating the stratos

[jira] [Resolved] (STRATOS-721) org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT

2014-07-29 Thread Sajith Kariyawasam (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sajith Kariyawasam resolved STRATOS-721. Resolution: Fixed Fixed in commit c50cb69f8dfc68364c9ef56fdf5221f0c7490b1c > org.

[jira] [Updated] (STRATOS-721) org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT

2014-07-29 Thread Sajith Kariyawasam (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sajith Kariyawasam updated STRATOS-721: --- Affects Version/s: 4.1.0 > org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng

[jira] [Updated] (STRATOS-721) org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT

2014-07-29 Thread Sajith Kariyawasam (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sajith Kariyawasam updated STRATOS-721: --- Fix Version/s: 4.1.0 > org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng fro

[jira] [Created] (STRATOS-721) org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT

2014-07-29 Thread Sajith Kariyawasam (JIRA)
Sajith Kariyawasam created STRATOS-721: -- Summary: org.apache.stratos.cli-4.0.0-SNAPSHOT-Tool.jar is misisng from apache-stratos-cli-4.0.0-SNAPSHOT Key: STRATOS-721 URL: https://issues.apache.org/jira/browse/S

Re: Missing login API docs

2014-07-29 Thread Rukmal Weerawarana
Oh, I see. I'll ask him about it... It seems that it already exists but the old UI doesn't use it. On Tue, Jul 29, 2014 at 12:04 PM, Nirmal Fernando wrote: > OAuth token based REST API was one of the ideas we had, and I could locate > https://issues.apache.org/jira/browse/STRATOS-91 which is r

[GitHub] stratos pull request: Adding missed timeout config

2014-07-29 Thread lasinducharith
GitHub user lasinducharith opened a pull request: https://github.com/apache/stratos/pull/8 Adding missed timeout config You can merge this pull request into a Git repository by running: $ git pull https://github.com/lasinducharith/stratos master Alternatively you can review a

[jira] Shiroshica Kulatilake shared a search result with you

2014-07-29 Thread Shiroshica Kulatilake (JIRA)
Shiroshica Kulatilake shared a search result with you https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+STRATOS+AND+fixVersion+%3D+4.0.1+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC%2C+key+DESC

Re: Stratos 4.0.1 release

2014-07-29 Thread Shiroshica Kulatilake
Hi, Would be glad to work on this release. Thank you, Shiro On Tue, Jul 29, 2014 at 1:50 PM, Lakmal Warusawithana wrote: > Hi Devs, > > Thought of summarizing what we need to do in order for the upcoming 4.0.1 > release. > > We should work in 4.0.0 branch and need to do double commit (to mast

[GitHub] stratos pull request: Adding missed timeout config

2014-07-29 Thread lasinducharith
GitHub user lasinducharith opened a pull request: https://github.com/apache/stratos/pull/7 Adding missed timeout config autoscaler.xml inside apache-stratos-4.0.0.zip gets replaced by this xml which is missing the timeout configuration. You can merge this pull request into a Git re

Stratos 4.0.1 release

2014-07-29 Thread Lakmal Warusawithana
Hi Devs, Thought of summarizing what we need to do in order for the upcoming 4.0.1 release. We should work in 4.0.0 branch and need to do double commit (to master also) when necessary. Currently the following issues are open and

[jira] [Commented] (STRATOS-698) Cannot assign floating IPs to any interface other than the first

2014-07-29 Thread Matt Turner (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077504#comment-14077504 ] Matt Turner commented on STRATOS-698: - Hi, I'm sorry, I don't fully understand you.

[WIKI] Documentation on artifact deployment after subscription

2014-07-29 Thread Shiroshica Kulatilake
Hi, Should $subject also be added to the documentation ? Points to elaborate - How artifact update can be done in general - When in a cluster / w-m model etc how this can be done Thank you, Shiro