GitHub user sjcorbett opened a pull request:
https://github.com/apache/brooklyn-server/pull/916
DynamicCluster's max size applies to all calls to grow
Previously the limit was ignored by resizeByDelta.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjcorbett/brooklyn-server cluster-max-delta
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/916.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #916
----
commit 5125850b4a5be5296f680d9b27d5a3f931be2797
Author: Sam Corbett <[email protected]>
Date: 2017-12-12T12:18:29Z
DynamicCluster's max size applies to all calls to grow
Previously the limit was ignored by resizeByDelta.
----
---