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 2020/02/07 01:17:19 UTC

[samza] branch master updated (ca641dc -> faf482e)

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 ca641dc  SAMZA-2444: JobModel save in CoordinatorStreamStore resulting flush for each message (#1259)
     add faf482e  SAMZA-2452 : Adding internal autosizing related configs (#1266)

No new revisions were added by this update.

Summary of changes:
 .../apache/samza/config/ClusterManagerConfig.java  | 18 ++++-
 .../java/org/apache/samza/config/JobConfig.java    | 48 +++++++++++++-
 .../org/apache/samza/util/DiagnosticsUtil.java     |  2 +-
 .../apache/samza/config/ShellCommandConfig.scala   | 20 +++++-
 .../samza/diagnostics/DiagnosticsManager.java      |  9 ++-
 .../diagnostics/DiagnosticsStreamMessage.java      | 15 ++++-
 .../apache/samza/util/CoordinatorStreamUtil.scala  |  9 ++-
 .../org/apache/samza/config/TestJobConfig.java     | 76 +++++++++++++++++++---
 .../samza/diagnostics/TestDiagnosticsManager.java  |  4 +-
 9 files changed, 181 insertions(+), 20 deletions(-)