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 2022/03/08 02:45:46 UTC

[samza] branch master updated (858ed3f -> 735f546)

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 858ed3f  SAMZA-2727: Fix UTFDataFormatException for FileUtil (#1587)
     add 735f546  SAMZA-2719: [Elasticity] fix container level metrics when elasticity is enabled (#1585)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/samza/container/RunLoop.java   | 10 +++-
 .../apache/samza/container/SamzaContainer.scala    |  3 +-
 .../samza/container/SamzaContainerMetrics.scala    |  1 +
 .../samza/storage/ContainerStorageManager.java     |  3 +-
 .../org/apache/samza/system/SystemConsumers.scala  | 30 +++++++++--
 .../org/apache/samza/container/TestRunLoop.java    | 21 ++++++--
 .../apache/samza/system/TestSystemConsumers.scala  | 58 ++++++++++++++++++++++
 7 files changed, 115 insertions(+), 11 deletions(-)