You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by dc...@apache.org on 2021/10/01 19:12:37 UTC

[samza] branch master updated (4773574 -> daeecf5)

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

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


    from 4773574  SAMZA-2693: Make Samza log4j appenders agnostic of where they are running (#1532)
     new 922a5c1  SAMZA-2674: Remove unnecessary init call
     new 960f0dd  Use only Context for init
     new daeecf5  Merge pull request #1521 from dxichen/SAMZA-2674

The 2399 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:
 .../java/org/apache/samza/storage/StorageEngine.java  | 10 +++++-----
 .../org/apache/samza/storage/kv/KeyValueStore.java    | 19 ++++++++++---------
 .../org/apache/samza/storage/MockStorageEngine.java   |  5 +++++
 .../samza/storage/kv/KeyValueStorageEngine.scala      |  6 ++++++
 4 files changed, 26 insertions(+), 14 deletions(-)