yigress commented on code in PR #23425:
URL: https://github.com/apache/flink/pull/23425#discussion_r1336512772


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java:
##########
@@ -368,6 +373,34 @@ public void discard() throws Exception {
             }
         }
 
+        @Override
+        public void discard() throws Exception {
+            discard(null);
+        }
+
+        private void discardOperatorStates(Executor ioExecutor) throws 
Exception {

Review Comment:
   yes, the logic is the same. Added default method discardOperatorStates in 
Checkpoint interface to unify.



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