You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2016/12/01 12:01:05 UTC

[3/3] brooklyn-server git commit: This closes #443

This closes #443

Adds maxConcurrentChildCommands parameter to DynamicCluster


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

Branch: refs/heads/master
Commit: d1ef42a1e004cde87fe9bd7f1fda144b0fcf0a5d
Parents: 23f9a71 4e30074
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Thu Dec 1 12:00:29 2016 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Thu Dec 1 12:00:29 2016 +0000

----------------------------------------------------------------------
 .../brooklyn/core/effector/Effectors.java       |   8 +-
 .../apache/brooklyn/core/entity/Entities.java   |   2 +-
 .../brooklyn/entity/group/DynamicCluster.java   |  11 +-
 .../entity/group/DynamicClusterImpl.java        | 154 ++++++++++++++++++-
 .../brooklyn/util/core/task/ParallelTask.java   |  27 +++-
 .../brooklyn/util/core/task/SequentialTask.java |  27 +++-
 .../entity/group/DynamicClusterRebindTest.java  |  54 +++++++
 .../entity/group/DynamicClusterTest.java        | 132 ++++++++++++++++
 8 files changed, 389 insertions(+), 26 deletions(-)
----------------------------------------------------------------------