Myasuka commented on a change in pull request #8693:
URL: https://github.com/apache/flink/pull/8693#discussion_r425361635



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyedStateBackend.java
##########
@@ -311,6 +311,11 @@ public void notifyCheckpointComplete(long checkpointId) {
                //Nothing to do
        }
 
+       @Override
+       public void notifyCheckpointAborted(long checkpointId) {
+               // nothing to do
+       }
+

Review comment:
       I forget Stephan's suggestion to remove the default implementation, I'll 
update to remove the default implementation of `notifyCheckpointAborted`




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to