ljz2051 commented on code in PR #24402:
URL: https://github.com/apache/flink/pull/24402#discussion_r1519145995


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/TaskLocalStateStoreImpl.java:
##########
@@ -219,6 +219,18 @@ public TaskStateSnapshot retrieveLocalState(long 
checkpointID) {
             snapshot = loadTaskStateSnapshot(checkpointID);
         }
 
+        // Even if local recovery is disabled, it is still necessary to load 
the TaskStateSnapshot
+        // so that it can be managed by the TaskLocalStateStore.
+        if (!localRecoveryConfig.isLocalRecoveryEnabled()) {

Review Comment:
   It makes sense. I have changed the log level from "info" to "debug".



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to