You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ra...@apache.org on 2019/11/07 01:25:17 UTC

[samza] branch master updated (6a9896b -> ab1512f)

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

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


    from 6a9896b  Revert "SAMZA-2340: [Container Placements] Introduce ContainerManager for handling validation for failures & starts of active & standby containers" (#1208)
     add ab1512f  SAMZA-2340: [Container Placements] Introduce ContainerManager for handling validation for failures & starts of active & standby containers (#1211)

No new revisions were added by this update.

Summary of changes:
 .../samza/clustermanager/ContainerAllocator.java   |  50 +------
 .../samza/clustermanager/ContainerManager.java     | 164 +++++++++++++++++++++
 .../clustermanager/ContainerProcessManager.java    |  55 +++----
 .../MockContainerAllocatorWithHostAffinity.java    |   5 +-
 .../MockContainerAllocatorWithoutHostAffinity.java |   9 +-
 .../TestContainerAllocatorWithHostAffinity.java    |  40 ++---
 .../TestContainerAllocatorWithoutHostAffinity.java |  15 +-
 .../TestContainerProcessManager.java               |  53 +++++--
 8 files changed, 262 insertions(+), 129 deletions(-)
 create mode 100644 samza-core/src/main/java/org/apache/samza/clustermanager/ContainerManager.java