You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2020/12/03 01:14:14 UTC

[samza] branch master updated (c212cac -> 3179f86)

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

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


    from c212cac  SAMZA-2604: Datamodel change to capture physical container id for AM HA (#1445)
     new 276ed04  SAMZA-2598:Kafka clients are not created and closed properly
     new f20be45  modified to use shutdownhook instead of finalize()
     new 48dddc0  clean up code
     new 340af40  address comments
     new 42dcc91  modifies to close the clients according to lifecycle
     new db47dd3  clean up code
     new ed0a230  address comments
     new 1dfe009  address comments
     new 126ae08  removed unused code
     new 3179f86  Merge pull request #1437 from MabelYC/dupLog

The 2293 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/runtime/LocalApplicationRunner.java      | 23 +++++++++---
 .../samza/storage/ChangelogStreamManager.java      |  5 ++-
 .../org/apache/samza/util/DiagnosticsUtil.java     |  6 ++--
 .../apache/samza/config/RegExTopicGenerator.scala  |  4 ++-
 .../apache/samza/util/CoordinatorStreamUtil.scala  |  7 ++--
 .../samza/runtime/TestLocalApplicationRunner.java  | 41 +++++++++++++++-------
 .../checkpoint/kafka/KafkaCheckpointManager.scala  | 34 +++++++++++-------
 .../kafka/TestKafkaCheckpointManager.scala         |  2 +-
 .../test/integration/StreamTaskTestUtil.scala      |  1 -
 9 files changed, 84 insertions(+), 39 deletions(-)