Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/443#discussion_r88691729
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java ---
    @@ -183,6 +183,14 @@
         ConfigKey<Integer> CLUSTER_MEMBER_ID = ConfigKeys.newIntegerConfigKey(
                 "cluster.member.id", "The unique ID number (sequential) of a 
member of a cluster");
     
    +    @SetFromFlag("maxConcurrentChildCommands")
    +    ConfigKey<Integer> MAX_CONCURRENT_CHILD_COMMANDS = 
ConfigKeys.builder(Integer.class)
    +            .name("cluster.maxConcurrentChildCommands")
    +            .description("The maximum number of effector invocations that 
will be made on children at once " +
    --- End diff --
    
    maybe "... invocations on children that will run concurrently at any time"? 
 & ... "less than or equal to zero means that no limit is placed on concurrent 
execution"??


---
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.
---

Reply via email to