rkhachatryan commented on code in PR #27440:
URL: https://github.com/apache/flink/pull/27440#discussion_r2725329984
##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java:
##########
@@ -1137,10 +1137,8 @@ public boolean hasSufficientResources() {
private JobAllocationsInformation
getJobAllocationsInformationFromGraphAndState(
@Nullable final ExecutionGraph previousExecutionGraph) {
- CompletedCheckpoint latestCompletedCheckpoint = null;
- if (jobGraph.isCheckpointingEnabled()) {
- latestCompletedCheckpoint =
completedCheckpointStore.getLatestCheckpoint();
- }
Review Comment:
Oh, it can be `DeactivatedCheckpointCompletedCheckpointStore` 🤔
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]