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 05d5916 Bump up log4j2 version (#1569)
new 90a44b3 Made ContainerStorageManager restore nonblocking to prevent
deadlock when num restoreExecutor threads <= num tasks.
new 636b67f Removed unused test method.
new 68a4ac7 Merge pull request #1570 from prateekm/nonblocking-restore
The 2428 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/TaskRestoreManager.java | 4 +-
.../storage/KafkaChangelogStateBackendFactory.java | 2 +
.../NonTransactionalStateTaskRestoreManager.java | 35 +++++--
.../TransactionalStateTaskRestoreManager.java | 51 ++++++----
.../storage/blobstore/BlobStoreRestoreManager.java | 10 +-
.../samza/storage/ContainerStorageManager.java | 112 +++++++++------------
.../samza/storage/TestContainerStorageManager.java | 12 ++-
7 files changed, 121 insertions(+), 105 deletions(-)