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