[GitHub] brooklyn-server pull request #789: Adds DynamicCluster.START_TIMEOUT

2017-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/789 --- 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

[GitHub] brooklyn-server pull request #789: Adds DynamicCluster.START_TIMEOUT

2017-08-03 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/789#discussion_r131175678 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -485,6 +491,17 @@ protected void doStart() {

[GitHub] brooklyn-server pull request #789: Adds DynamicCluster.START_TIMEOUT

2017-08-03 Thread duncangrant
Github user duncangrant commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/789#discussion_r131145665 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -485,6 +491,17 @@ protected void doStart() {

[GitHub] brooklyn-server pull request #789: Adds DynamicCluster.START_TIMEOUT

2017-08-03 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/789 Adds DynamicCluster.START_TIMEOUT Similar to `SoftwareProcess`, this allows a dynamic cluster to wait for `service.isUp` before returning from `start()`. It defaults to not waiting