We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0603b commit f52650dCopy full SHA for f52650d
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionGraphHandler.java
@@ -86,8 +86,7 @@ public void reportInitializationMetrics(
86
executionGraph.getCheckpointCoordinatorConfiguration();
87
if (checkpointConfig == null || !checkpointConfig.isCheckpointingEnabled()) {
88
// TODO: Consider to support reporting initialization stats without checkpointing
89
- log.debug(
90
- "Ignoring reportInitializationMetrics if checkpoint coordinator is not present");
+ log.debug("Ignoring reportInitializationMetrics if checkpointing is not present");
91
return;
92
}
93
0 commit comments