You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bh...@apache.org on 2020/12/07 21:50:17 UTC

[samza] branch master updated (220cbe2 -> 5a099eb)

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

bharathkk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git.


    from 220cbe2  SAMZA-2611: [AM-HA] heartbeat reestablish causes container's heartbeat thread to die (#1452)
     add 5a099eb  SAMZA-2606: container orchestration for AM HA (#1448)

No new revisions were added by this update.

Summary of changes:
 .../clustermanager/ContainerProcessManager.java    | 14 ++++-
 .../TestContainerProcessManager.java               | 50 +++++++++++++++
 .../samza/job/yarn/YarnClusterResourceManager.java | 62 ++++++++++++-------
 .../org/apache/samza/job/yarn/ClientHelper.scala   |  4 ++
 .../job/yarn/SamzaYarnAppMasterLifecycle.scala     | 27 ++++++--
 .../samza/webapp/ApplicationMasterWebServlet.scala |  1 +
 .../job/yarn/TestYarnClusterResourceManager.java   | 65 +++++++++++++++++--
 .../job/yarn/TestSamzaYarnAppMasterLifecycle.scala | 72 +++++++++++++++++++---
 8 files changed, 256 insertions(+), 39 deletions(-)