GitHub user chamilad opened a pull request:
https://github.com/apache/stratos/pull/244
PCA - Check ports activity when publishing instance activated event.
In this fix I've moved the ports activation check to InstanceActivatedEvent
publishing. Whenever InstanceActivatedEvent is to be published, it will check
if the ports are active, and if not the event will not be published. The
rationale is if a service is not active there is no point in marking the
instance as active.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chamilad/stratos pca-portswait
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/stratos/pull/244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #244
----
commit e1772da4aec9be3d2ca8f1ceac088b77ff852cc5
Author: Chamila de Alwis <[email protected]>
Date: 2015-02-26T19:01:59Z
PCA - Check ports activity when publishing instance activated event. If
ports activation times out, no InstanceActivatedEvent is published
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---