prateekm commented on code in PR #1676:
URL: https://github.com/apache/samza/pull/1676#discussion_r1287582032


##########
samza-core/src/main/java/org/apache/samza/storage/blobstore/util/BlobStoreUtil.java:
##########
@@ -114,6 +114,11 @@ public BlobStoreUtil(BlobStoreManager blobStoreManager, 
ExecutorService executor
    */
   public Map<String, Pair<String, SnapshotIndex>> getStoreSnapshotIndexes(
       String jobName, String jobId, String taskName, Checkpoint checkpoint, 
Set<String> storesToBackupOrRestore) {
+    return getStoreSnapshotIndexes(jobName, jobId, taskName, checkpoint, 
storesToBackupOrRestore, false);
+  }
+
+  public Map<String, Pair<String, SnapshotIndex>> 
getStoreSnapshotIndexes(String jobName, String jobId, String taskName,

Review Comment:
   See comments in BSRM and BSBM init. When do we need to get snapshot indexes 
with getDeletedBlobs = false?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to