Skip to content

Commit

Permalink
[review] Fixes log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 20, 2024
1 parent 123549b commit db14cb4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ public void reportInitializationMetrics(
executionGraph.getCheckpointCoordinatorConfiguration();
if (checkpointConfig == null || !checkpointConfig.isCheckpointingEnabled()) {
// TODO: Consider to support reporting initialization stats without checkpointing
log.debug(
"Ignoring reportInitializationMetrics if checkpoint coordinator is not present");
log.debug("Ignoring reportInitializationMetrics if checkpointing is not present");
return;
}

Expand Down

0 comments on commit db14cb4

Please sign in to comment.