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 2023/02/01 19:18:50 UTC

[samza] branch master updated (b15b4f86b -> 19e61abf5)

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 b15b4f86b [SAMZA-2773] Migrate zkclient library (#1651)
     new 7a6a5bf7a Fix perferomance bug with async commit
     new d9e139a86 Merge branch 'apache:master' into master
     new 5aec2c093 Update RocksDB to 7.8.3
     new 4cfcdf544 Update RocksDB to 7.8.3
     new 8b4beb6ef Update RocksDB to 7.8.3
     new 344b318b6 Merge branch 'apache:master' into master
     new 617dd9346 Move Blob Store retry related tunables behind configs
     new 931d963cf Fix style issues
     new 21724089c Fix issues based on PR comments
     new 70819db46 Fix style check - unused import
     new 653ae51c7 Fix style check - unused import
     new 9a95f759b Move configs to retry into RetryPolicyConfig class
     new a39e2a4da remove file added by mistake
     new 2a4365ec4 Delete noEnter.txt
     new ba0a756cd Delete oneEnter.txt
     new bb3194b2e Delete empty.txt
     new 773029b13 Add license to new file
     new b8fc2db77 Delete twoEnter.txt
     new dac13337d style fix
     new 083c85d9c Fix comment, remove accessors
     new 19e61abf5 Merge pull request #1650 from shekhars-li/master

The 2551 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:
 .../org/apache/samza/config/BlobStoreConfig.java   | 38 +++++++++++-
 .../storage/blobstore/BlobStoreBackupManager.java  |  9 ++-
 .../storage/blobstore/BlobStoreRestoreManager.java |  6 +-
 .../storage/blobstore/util/BlobStoreUtil.java      | 26 +++++---
 .../java/org/apache/samza/util/FutureUtil.java     | 25 ++++----
 .../org/apache/samza/util/RetryPolicyConfig.java   | 72 ++++++++++++++++++++++
 .../blobstore/TestBlobStoreBackupManager.java      |  3 +-
 .../storage/blobstore/util/TestBlobStoreUtil.java  | 37 ++++++-----
 8 files changed, 166 insertions(+), 50 deletions(-)
 create mode 100644 samza-core/src/main/java/org/apache/samza/util/RetryPolicyConfig.java