You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/18 15:03:43 UTC

[GitHub] tillrohrmann commented on a change in pull request #7731: [FLINK-11645] Remove legacy JobManager

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:
users@infra.apache.org


With regards,
Apache Git Services