Skip to content

Commit f52650d

Browse files
committed
[review] Fixes log messages
1 parent 8c0603b commit f52650d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionGraphHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ public void reportInitializationMetrics(
8686
executionGraph.getCheckpointCoordinatorConfiguration();
8787
if (checkpointConfig == null || !checkpointConfig.isCheckpointingEnabled()) {
8888
// TODO: Consider to support reporting initialization stats without checkpointing
89-
log.debug(
90-
"Ignoring reportInitializationMetrics if checkpoint coordinator is not present");
89+
log.debug("Ignoring reportInitializationMetrics if checkpointing is not present");
9190
return;
9291
}
9392

0 commit comments

Comments
 (0)