You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2019/09/17 17:32:05 UTC

[samza] branch master updated (83e1529 -> eace5a2)

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

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


    from 83e1529  SAMZA-2321: Samza-sql - Introduce REAL Samza sql schema type (#1154)
     add eace5a2  [SAMZA-2198] Fix deadlock in container signal handler (#1151)

No new revisions were added by this update.

Summary of changes:
 .../ClusterBasedProcessorLifecycleListener.java    | 135 +++++++++++++++++++++
 .../apache/samza/runtime/ContainerLaunchUtil.java  |  35 +-----
 .../apache/samza/container/SamzaContainer.scala    |  38 ------
 ...TestClusterBasedProcessorLifecycleListener.java |  89 ++++++++++++++
 4 files changed, 229 insertions(+), 68 deletions(-)
 create mode 100644 samza-core/src/main/java/org/apache/samza/runtime/ClusterBasedProcessorLifecycleListener.java
 create mode 100644 samza-core/src/test/java/org/apache/samza/runtime/TestClusterBasedProcessorLifecycleListener.java