You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/04/13 02:51:24 UTC

[4/4] incubator-brooklyn git commit: This closes #571

This closes #571


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/04fc801d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/04fc801d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/04fc801d

Branch: refs/heads/master
Commit: 04fc801d005ac6bf8e852dfa74b571b5c34cd693
Parents: 6153b0a 6846439
Author: Aled Sage <al...@gmail.com>
Authored: Sun Apr 12 19:50:36 2015 -0500
Committer: Aled Sage <al...@gmail.com>
Committed: Sun Apr 12 19:50:36 2015 -0500

----------------------------------------------------------------------
 .../policy/ha/AbstractFailureDetector.java      | 359 +++++++++++++++++++
 .../policy/ha/ConditionalSuspendPolicy.java     | 103 ++++++
 .../policy/ha/ConnectionFailureDetector.java    | 290 ++-------------
 .../policy/ha/ServiceFailureDetector.java       |  14 +-
 .../brooklyn/policy/ha/ServiceRestarter.java    |   2 +
 .../policy/ha/SshMachineFailureDetector.java    | 101 ++++++
 .../policy/ha/ServiceFailureDetectorTest.java   |  71 +++-
 7 files changed, 686 insertions(+), 254 deletions(-)
----------------------------------------------------------------------