tillrohrmann commented on a change in pull request #7731: [FLINK-11645] Remove
legacy JobManager
URL: https://github.com/apache/flink/pull/7731#discussion_r257729755
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/messages/checkpoint/TriggerCheckpoint.java
##########
@@ -84,7 +84,11 @@ else if (o instanceof TriggerCheckpoint) {
@Override
public String toString() {
- return String.format("Trigger Checkpoint %d@%d for (%s/%s)",
- getCheckpointId(), getTimestamp(), getJob(),
getTaskExecutionId());
+ return String.format(
Review comment:
True, I'll revert it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services