ryanvanhuuksloot commented on code in PR #25899: URL: https://github.com/apache/flink/pull/25899#discussion_r1913859350
########## flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/SavepointType.java: ########## @@ -54,6 +54,10 @@ public boolean isSavepoint() { return true; } + public boolean isFull() { Review Comment: This is strange to me with the verbiage of isFull -- 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