[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15676904#comment-15676904 ] Aled Sage commented on BROOKLYN-396: The underlying problems is that {{((SshMachineLocation)

Jenkins build is back to normal : brooklyn-server-master #345

2016-11-18 Thread Apache Jenkins Server
See

[GitHub] brooklyn-server issue #443: Adds maxConcurrentChildCommands parameter to Dyn...

2016-11-18 Thread sjcorbett
Github user sjcorbett commented on the issue: https://github.com/apache/brooklyn-server/pull/443 Jenkins did its job. I had forgotten to `submit` a task so `stopAndRemoveNode` blocked forever. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] brooklyn-server issue #443: Adds maxConcurrentChildCommands parameter to Dyn...

2016-11-18 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/443 Have caught up and can confirm the tests work for me. --- 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

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677872#comment-15677872 ] ASF GitHub Bot commented on BROOKLYN-396: - Github user aledsage commented on the issue:

[GitHub] brooklyn-server issue #444: BROOKLYN-396: test and fix

2016-11-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/444 @sjcorbett this change ensures the `origConfigs` has the right thing. The intent of `origConfigs` is to remember the state of the location from before we returned it, so if a BYON

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677890#comment-15677890 ] ASF GitHub Bot commented on BROOKLYN-396: - Github user asfgit closed the pull request at:

[GitHub] brooklyn-server issue #445: Use subnet IP on machine locations that dont imp...

2016-11-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/445 This change makes sense to me. For those interested, here are a couple of contexts where it's useful: 1. if there is a custom location type that create `SshMachineLocation`

[jira] [Resolved] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aled Sage resolved BROOKLYN-396. Resolution: Fixed Assignee: Aled Sage Fix Version/s: 0.10.0 > Exception resizing

[GitHub] brooklyn-server pull request #444: BROOKLYN-396: test and fix

2016-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/444 --- 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

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread Aled Sage (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677899#comment-15677899 ] Aled Sage commented on BROOKLYN-396: This specific issue is resolved. [~sjcorbett] However,

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands parameter...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88745096 --- Diff: core/src/test/java/org/apache/brooklyn/entity/group/DynamicClusterTest.java --- @@ -1225,4 +1235,93 @@ private void

[jira] [Commented] (BROOKLYN-345) NPE on rebind of enricher ServiceStateLogic$ComputeServiceState

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677863#comment-15677863 ] ASF GitHub Bot commented on BROOKLYN-345: - Github user aledsage commented on the issue:

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677882#comment-15677882 ] ASF GitHub Bot commented on BROOKLYN-396: - Github user aledsage commented on the issue:

[GitHub] brooklyn-server issue #444: BROOKLYN-396: test and fix

2016-11-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/444 Merging now. --- 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

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677047#comment-15677047 ] ASF GitHub Bot commented on BROOKLYN-396: - Github user aledsage commented on the issue:

[GitHub] brooklyn-server issue #444: BROOKLYN-396: test and fix

2016-11-18 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/444 It's concerning that the implementation of `BasicLocationRebindSupport.addConfig()` is very different from `BasicEntityRebindSupport` and `BasicPolicyRebindSupport`. But I don't

[GitHub] brooklyn-server pull request #445: Use subnet IP on machine locations that d...

2016-11-18 Thread grkvlt
GitHub user grkvlt opened a pull request: https://github.com/apache/brooklyn-server/pull/445 Use subnet IP on machine locations that dont implement HasSubnetHostname The `SshMachineLocation` interface does *NOT* implement `HasSubnetHostname` but it does include the method

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
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 CLUSTER_MEMBER_ID =

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88690173 --- Diff: core/src/main/java/org/apache/brooklyn/core/effector/Effectors.java --- @@ -183,14 +183,18 @@ private EffectorBuilder(Class returnType,

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677039#comment-15677039 ] ASF GitHub Bot commented on BROOKLYN-396: - GitHub user aledsage opened a pull request:

[GitHub] brooklyn-server pull request #444: BROOKLYN-396: test and fix

2016-11-18 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/444 BROOKLYN-396: test and fix When rebinding a location, if a config flag corresponds to a field with `@SetFromFlag` then just set the field, and don’t leave the key-value inside

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88697566 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -1040,14 +1077,80 @@ protected void discardNode(Entity

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88699540 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -1040,14 +1077,80 @@ protected void discardNode(Entity

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88691001 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java --- @@ -183,6 +183,14 @@ ConfigKey CLUSTER_MEMBER_ID =

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88693348 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicClusterImpl.java --- @@ -551,8 +577,9 @@ public void restart() {

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15677192#comment-15677192 ] ASF GitHub Bot commented on BROOKLYN-396: - Github user sjcorbett commented on the issue:

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88712700 --- Diff: core/src/test/java/org/apache/brooklyn/entity/group/DynamicClusterRebindTest.java --- @@ -0,0 +1,54 @@ +/* + * Licensed to the

[GitHub] brooklyn-server pull request #443: Adds maxConcurrentChildCommands paramter ...

2016-11-18 Thread sjcorbett
Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/443#discussion_r88712272 --- Diff: core/src/main/java/org/apache/brooklyn/entity/group/DynamicCluster.java --- @@ -183,6 +183,14 @@ ConfigKey CLUSTER_MEMBER_ID =

[GitHub] brooklyn-server pull request #425: Factor security group code out into separ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/425#discussion_r88763287 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/JcloudsLocationSecurityGroupEditor.java --- @@ -0,0

[GitHub] brooklyn-server pull request #425: Factor security group code out into separ...

2016-11-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/425#discussion_r88763504 --- Diff: locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/networking/JcloudsLocationSecurityGroupEditor.java --- @@ -0,0

Build failed in Jenkins: brooklyn-master-build #533

2016-11-18 Thread Apache Jenkins Server
See -- [...truncated 21831 lines...] [GC 622361K->391961K(771584K), 0.0400590 secs] Tests run: 1967, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 162.084 sec <<< FAILURE! - in TestSuite

Jenkins build is back to normal : brooklyn-library-master #73

2016-11-18 Thread Apache Jenkins Server
See

Re: Call for release: Brooklyn 0.10.0

2016-11-18 Thread Andrea Turli
Hi there, I've released the Apache jclouds 1.9.3-rc1 (see [1] and [2] for more details) Please download, test and vote if you can! Andrea [1]: https://lists.apache.org/thread.html/42f3a91008890939cf344f35320f86bcc48f814119655d7347c9bcca@%3Cdev.jclouds.apache.org%3E [2]:

[ANNOUNCE] New committers: Geoff Macartney and Duncan Godwin

2016-11-18 Thread Richard Downer
The Apache Brooklyn PMC (Project Management Committee) have invited Geoff Macartney and Duncan Godwin to become committers, and we are delighted that both have accepted. Geoff and Duncan are both experienced contributors to Brooklyn, and bring in some specialised skills not previously represented

[jira] [Commented] (BROOKLYN-396) Exception resizing DynamicCluster after rebind when members use localhost

2016-11-18 Thread Sam Corbett (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15676397#comment-15676397 ] Sam Corbett commented on BROOKLYN-396: -- I believe that this was broken between 0.7.0-incubating and

Re: [ANNOUNCE] New committers: Geoff Macartney and Duncan Godwin

2016-11-18 Thread Svetoslav Neykov
Congratulations Geoff & Duncan. Happy to see fresh blood (and skills) join the committers. Svet. > On 18.11.2016 г., at 12:18, Richard Downer wrote: > > The Apache Brooklyn PMC (Project Management Committee) have invited Geoff > Macartney and Duncan Godwin to become

Re: [ANNOUNCE] New committers: Geoff Macartney and Duncan Godwin

2016-11-18 Thread Robert Moss
+1 well done Robert On 18 November 2016 at 10:26, Svetoslav Neykov < svetoslav.ney...@cloudsoftcorp.com> wrote: > Congratulations Geoff & Duncan. Happy to see fresh blood (and skills) join > the committers. > > Svet. > > > > On 18.11.2016 г., at 12:18, Richard Downer wrote: