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

aonishuk pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from 14c2a12  AMBARI-23241 Log Search UI: Routing for the UI
     new 193dc1d  AMBARI-23376. Create topic handler for small agent actions. 
Like restart_agent, clean_caches etc. (aonishuk)
     new c1faa6f  AMBARI-23376. Create topic handler for small agent actions. 
Like restart_agent, clean_caches etc. (mpapirkovskyy)
     new e5c11fa  AMBARI-23376. Create topic handler for small agent actions. 
Like restart_agent, clean_caches etc. (aonishuk)

The 3 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:
 .../src/main/python/ambari_agent/AmbariAgent.py    |  3 +-
 .../src/main/python/ambari_agent/Constants.py      |  3 +-
 .../src/main/python/ambari_agent/ExitHelper.py     |  7 ++--
 .../main/python/ambari_agent/HeartbeatThread.py    |  8 ++--
 ambari-agent/src/main/python/ambari_agent/Utils.py |  3 +-
 ...amsEventListener.py => AgentActionsListener.py} | 44 ++++++++++++----------
 ambari-agent/src/main/python/ambari_agent/main.py  |  4 +-
 .../ambari/server/agent/HeartBeatHandler.java      | 32 ++++++++--------
 .../controller/internal/HostResourceProvider.java  |  5 ++-
 ...AgentUpdateEvent.java => AgentActionEvent.java} | 40 +++++++++++++++-----
 .../ambari/server/events/AmbariUpdateEvent.java    |  3 +-
 .../server/events/DefaultMessageEmitter.java       |  1 +
 12 files changed, 92 insertions(+), 61 deletions(-)
 copy 
ambari-agent/src/main/python/ambari_agent/listeners/{HostLevelParamsEventListener.py
 => AgentActionsListener.py} (50%)
 copy 
ambari-server/src/main/java/org/apache/ambari/server/events/{TopologyAgentUpdateEvent.java
 => AgentActionEvent.java} (59%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to