shekhars-li commented on code in PR #1676:
URL: https://github.com/apache/samza/pull/1676#discussion_r1286390735
##########
samza-core/src/main/scala/org/apache/samza/storage/ContainerStorageManager.java:
##########
@@ -400,6 +349,7 @@ private void restoreStores() throws InterruptedException {
});
LOG.info("Store Restore complete");
+ return taskCheckpoints;
Review Comment:
Updated to now return a new map of taskname and checkpoint instead of
mutating taskCheckpoints
--
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]