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/05 22:06:06 UTC

[samza] branch master updated (de215f1 -> 4f715d3)

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 de215f1  SAMZA-2364: Include the localized resource lib directory in the classpath of SamzaContainer (#1207)
     add c92df1e  Introducing ContainerManager the brain of JC
     add a9f06da  SAMZA-2340: Introduce ContainerManager for handling validation for failures & starts for active & standby containers
     add 223d371  Addressing feedback minor improvements
     add 45decc2  Merge branch 'master' into container-placement-service
     new 4f715d3  SAMZA-2340: [Container Placements] Introduce ContainerManager for handling validation for failures & starts of active & standby containers (#1180)

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:
 .../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


[samza] 01/01: SAMZA-2340: [Container Placements] Introduce ContainerManager for handling validation for failures & starts of active & standby containers (#1180)

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

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

commit 4f715d37f2b23f73d546221e835000ccbfaf0dca
Merge: de215f1 45decc2
Author: rmatharu <40...@users.noreply.github.com>
AuthorDate: Tue Nov 5 14:05:58 2019 -0800

    SAMZA-2340: [Container Placements] Introduce ContainerManager for handling validation for failures & starts of active & standby containers (#1180)
    
    * Introducing ContainerManager the brain of JC
    
    * Addressing feedback minor improvements

 .../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(-)