You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/06/06 14:18:00 UTC

[jira] [Resolved] (FLINK-12683) Provide task manager's location information for checkpoint coordinator specific log messages

     [ https://issues.apache.org/jira/browse/FLINK-12683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann resolved FLINK-12683.
-----------------------------------
       Resolution: Done
    Fix Version/s: 1.9.0

Done via
5ba5420a861c81a8132a1c2ff3d7a96272d1b009
dfd74a2e42bc06bbf85572225b902caf949b2aa3

> Provide task manager's location information for checkpoint coordinator specific log messages
> --------------------------------------------------------------------------------------------
>
>                 Key: FLINK-12683
>                 URL: https://issues.apache.org/jira/browse/FLINK-12683
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Checkpointing
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently, the {{AcknowledgeCheckpoint}} does not contain the task manager's location information. When a task's snapshot task sends an ack message to the coordinator, we can only log this message:
> {code:java}
> Received late message for now expired checkpoint attempt 6035 from ccd88d08bf82245f3466c9480fb5687a of job 775ef8ff0159b071da7804925bbd362f.
> {code}
> Sometimes we need to get this sub task's location information to do the further debug work, e.g. stack trace dump. But, without the location information, It will not help to quickly locate the problem.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)