Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/8195f221 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/8195f221 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/8195f221 Branch: refs/heads/master Commit: 8195f22149868564ab7f55af760b5afaa75a5740 Parents: 060df78 f8f1945 Author: Isuru <[email protected]> Authored: Fri Jan 10 14:54:54 2014 +0530 Committer: Isuru <[email protected]> Committed: Fri Jan 10 14:54:54 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.autoscaler/pom.xml | 7 + .../apache/stratos/autoscaler/Constants.java | 9 + .../controller/InstanceNotificationClient.java | 71 ++++++ .../health/AutoscalerHealthStatReceiver.java | 217 +++++++++++++------ .../InstanceNotificationPublisher.java | 13 +- .../InstanceCleanupNotificationService.java | 9 +- .../notifier/InstanceCleanupClusterEvent.java | 38 ++++ .../instance/notifier/InstanceCleanupEvent.java | 47 ---- .../notifier/InstanceCleanupMemberEvent.java | 38 ++++ ...InstanceCleanupNotifierMessageProcessor.java | 6 +- .../pom.xml | 1 + service-stubs/pom.xml | 1 + 12 files changed, 333 insertions(+), 124 deletions(-) ----------------------------------------------------------------------
