rkhachatryan commented on code in PR #20313:
URL: https://github.com/apache/flink/pull/20313#discussion_r934753700


##########
flink-runtime/src/main/java/org/apache/flink/runtime/state/SharedStateRegistryImpl.java:
##########
@@ -192,6 +211,13 @@ public void registerAll(
     @Override
     public void registerAllAfterRestored(CompletedCheckpoint checkpoint, 
RestoreMode mode) {
         registerAll(checkpoint.getOperatorStates().values(), 
checkpoint.getCheckpointID());
+        checkpoint
+                .getRestoredProperties()

Review Comment:
   Good catch! I've changed the type of map values to `Optional`.



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