shekhars-li commented on code in PR #1676:
URL: https://github.com/apache/samza/pull/1676#discussion_r1286263098


##########
samza-core/src/main/java/org/apache/samza/storage/blobstore/BlobStoreRestoreManager.java:
##########
@@ -153,6 +158,10 @@ public CompletableFuture<Void> restore() {
         storageConfig, metrics, storageManagerUtil, blobStoreUtil, 
dirDiffUtil, executor);
   }
 
+  public CompletableFuture<Void> restore(Boolean restoreDeleted) {

Review Comment:
   Same as init -> implemented a version from interface without getDeleted and 
one with getDeleted for our purpose. 



-- 
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