[
https://issues.apache.org/jira/browse/FLINK-11165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-11165.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Merged on master in
35d16f9a14a175de5dafbf37bb45fa3a1d42a16e
> Refine the deploying log for easier finding of task locations
> -------------------------------------------------------------
>
> Key: FLINK-11165
> URL: https://issues.apache.org/jira/browse/FLINK-11165
> Project: Flink
> Issue Type: Improvement
> Components: Distributed Coordination
> Affects Versions: 1.7.0
> Reporter: Zhu Zhu
> Assignee: Zhu Zhu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.8.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently there is not a straight forward way to find in which TM a task
> locates in, especially when the task has failed.
> We can find on which machine the task locates in by checking the JM log,
> sample as below:
> {color:#707070}_"Deploying Flat Map (31/40) (attempt #0) to z05c19399"_{color}
> But there can be multiple TMs on the machine and we need to check them one by
> one. So I'd suggest we *add the full task manager location representation in
> the deploying log* to support quick locating tasks. The task manager location
> contains resourceId. The resourceId is the containerId when job runs in
> yarn/mesos, or a unique AbstractID in standalone mode which can be easily
> identified at Flink web UI.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)