zentol commented on a change in pull request #18750:
URL: https://github.com/apache/flink/pull/18750#discussion_r805844193
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
##########
@@ -1041,6 +1041,9 @@ protected CleanupJobState
jobReachedTerminalState(ExecutionGraphInfo executionGr
new JobResultEntry(
JobResult.createFrom(
executionGraphInfo.getArchivedExecutionGraph())));
+ log.info(
+ "Job {} has been marked as dirty after reaching a
terminal state.",
Review comment:
Will this not confuse the hell out of users?
Couldn't it be rephrased to something more high-level like "registering job
for clean up"?
--
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]