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 2019/10/24 22:00:24 UTC

[samza] branch master updated (f72577d -> c5af0af)

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 f72577d  SAMZA-2334: SSPGrouperProxy should check if job is stateful, not if host-affinity is enabled (#1179)
     add c5af0af  SAMZA-2360 : Adding config stores.init.clean to clean all store-dirs on init, regardless of contents (#1200)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/samza/config/StorageConfig.java     | 11 ++++
 .../NonTransactionalStateTaskRestoreManager.java   | 13 +++--
 .../TransactionalStateTaskRestoreManager.java      | 23 ++++++++
 .../TestTransactionalStateTaskRestoreManager.java  | 62 ++++++++++++++++++++++
 .../samza/storage/TestTaskStorageManager.scala     | 25 ++++++++-
 5 files changed, 125 insertions(+), 9 deletions(-)