You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by pm...@apache.org on 2022/04/05 21:04:34 UTC

[samza] branch master updated (50500edfb -> 53dbc481a)

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

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


    from 50500edfb Change retry counts limit of 3 to unlimited for async blob store operations (#1592)
     new 2352ae469 Add logs for deletes
     new c24d631a6 Removed unused import - fix checkstyle
     new bc5c01ebb Fix style issues
     new 309e718c4 Debug -> info in TaskInstance for cleanup and init
     new 53dbc481a Merge pull request #1595 from shekhars-li/log-delete

The 2467 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:
 .../apache/samza/storage/blobstore/BlobStoreBackupManager.java   | 8 ++++----
 .../apache/samza/storage/blobstore/BlobStoreRestoreManager.java  | 2 +-
 .../java/org/apache/samza/storage/blobstore/index/DirIndex.java  | 9 +++++++++
 .../src/main/scala/org/apache/samza/container/TaskInstance.scala | 4 ++--
 4 files changed, 16 insertions(+), 7 deletions(-)