GitHub user drigodwin opened a pull request:
https://github.com/apache/brooklyn-server/pull/876
Stop memberSpecs being inherited
If I create a cluster inside a cluster currently the memberSpec is
inherited by the second cluster. When that memberSpec is inherited it loops
creating an infinite structure. This isn't useful and therefore memberSpecs
shouldn't be inherited.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/drigodwin/brooklyn-server
remove-inherited-strategy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/876.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 #876
----
commit 09b9cda37f92a62216ac69ac6c30b178e522a104
Author: Duncan Godwin <[email protected]>
Date: 2017-11-03T11:46:18Z
Stop memberSpecs being inherited
----
---