You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/09 20:58:19 UTC

[brooklyn-server] branch master updated (66cd0c2 -> 60330c1)

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from 66cd0c2  tidy of log messages and toString
     add eb31851  simplify location unmanagement - part 1
     add a893d27  simplify location unmanagement - part 2
     add 8b8829e  several fixes, checks, and log tweaks for when switching management node
     new 07445f9  Merge branch 'master' into unmanagement-tidy-up
     new 60330c1  This closes #1255

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../creation/BrooklynEntityDecorationResolver.java | 15 ++++++-
 .../internal/EntityTransientCopyInternal.java      |  2 +
 .../core/mgmt/internal/LocalEntityManager.java     | 46 +++++++++++++---------
 .../core/mgmt/internal/LocalLocationManager.java   | 19 ++++-----
 .../util/core/task/BasicExecutionManager.java      | 16 ++++----
 .../policy/autoscaling/AutoScalerPolicy.java       | 16 ++++++++
 .../brooklyn/rest/resources/ServerResource.java    |  7 ++++
 7 files changed, 83 insertions(+), 38 deletions(-)

[brooklyn-server] 02/02: This closes #1255

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 60330c1b2f2e0f11bba035602d2314b58684d4d9
Merge: 66cd0c2 07445f9
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Sep 9 21:58:10 2021 +0100

    This closes #1255

 .../creation/BrooklynEntityDecorationResolver.java | 15 ++++++-
 .../internal/EntityTransientCopyInternal.java      |  2 +
 .../core/mgmt/internal/LocalEntityManager.java     | 46 +++++++++++++---------
 .../core/mgmt/internal/LocalLocationManager.java   | 19 ++++-----
 .../util/core/task/BasicExecutionManager.java      | 16 ++++----
 .../policy/autoscaling/AutoScalerPolicy.java       | 16 ++++++++
 .../brooklyn/rest/resources/ServerResource.java    |  7 ++++
 7 files changed, 83 insertions(+), 38 deletions(-)

[brooklyn-server] 01/02: Merge branch 'master' into unmanagement-tidy-up

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 07445f91157a7022c74b641df9cb957560a27fe7
Merge: 8b8829e 66cd0c2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Sep 9 17:49:06 2021 +0100

    Merge branch 'master' into unmanagement-tidy-up

 .../core/mgmt/ha/HighAvailabilityManagerImpl.java  |  6 ++---
 .../brooklyn/location/ssh/SshMachineLocation.java  |  3 ++-
 .../org/apache/brooklyn/util/ssh/BashCommands.java | 29 +++++++++++++++++++---
 3 files changed, 30 insertions(+), 8 deletions(-)