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

swapan pushed a change to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from 2e6ddbb  [AMBARI 24678]  Config group mapping should allow multiple 
service instances (benyoka)
     add a520f0e  AMBARI-24651. Add cluster and stack settings properties to 
agent STOMP updates. (mpapirkovskyy)
     add 07b7009  AMBARI-24651. Add cluster and stack settings properties to 
agent STOMP updates. (mpapirkovskyy)
     add a1c0475  AMBARI-24651. Add cluster and stack settings properties to 
agent STOMP updates. (mpapirkovskyy)
     new c706f41  AMBARI-24651. Add cluster and stack settings properties to 
agent STOMP updates.

The 1 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:
 .../python/ambari_agent/ConfigurationBuilder.py    |   6 +-
 .../ambari/server/agent/ExecutionCommand.java      |  23 ---
 .../ambari/server/agent/HeartbeatMonitor.java      | 178 ---------------------
 .../server/agent/stomp/HostLevelParamsHolder.java  |  52 +++++-
 .../ambari/server/agent/stomp/MetadataHolder.java  |   3 +
 .../ambari/server/agent/stomp/TopologyHolder.java  |   2 +
 .../agent/stomp/dto/HostLevelParamsCluster.java    |  12 +-
 .../server/agent/stomp/dto/MetadataCluster.java    |  44 ++++-
 .../server/agent/stomp/dto/TopologyComponent.java  |  15 ++
 .../AmbariCustomCommandExecutionHelper.java        |   6 -
 .../controller/AmbariManagementController.java     |  10 --
 .../controller/AmbariManagementControllerImpl.java |  98 +-----------
 .../controller/internal/HostResourceProvider.java  |   3 +-
 .../UpgradePlanInstallResourceProvider.java        |   9 --
 .../ambari/server/events/MetadataUpdateEvent.java  |   3 +-
 .../upgrade/MpackInstallStateListener.java         |  34 +++-
 .../server/metadata/ClusterMetadataGenerator.java  |  73 ++-------
 .../org/apache/ambari/server/state/Cluster.java    |   6 +-
 .../ambari/server/state/ServiceComponentHost.java  |   7 +
 .../ambari/server/state/ServiceGroupImpl.java      |   1 +
 .../ambari/server/state/cluster/ClusterImpl.java   |  29 +++-
 .../svccomphost/ServiceComponentHostImpl.java      |   5 +
 .../ambari/server/agent/TestHeartbeatHandler.java  |   4 +-
 .../ambari/server/agent/TestHeartbeatMonitor.java  |  14 +-
 .../agent/stomp/HostLevelParamsHolderTest.java     |  20 +--
 .../controller/AmbariManagementControllerTest.java |  80 ---------
 .../apache/ambari/server/orm/OrmTestHelper.java    |   1 +
 .../ambari/server/state/cluster/ClustersTest.java  |   4 +-
 28 files changed, 238 insertions(+), 504 deletions(-)

Reply via email to