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

Manu Zhang reassigned GEARPUMP-47:
----------------------------------

    Assignee: Manu Zhang

> display task location on dashboard
> ----------------------------------
>
>                 Key: GEARPUMP-47
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-47
>             Project: Apache Gearpump
>          Issue Type: Improvement
>          Components: Dashboard
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>            Priority: Minor
>
> moved from [https://github.com/gearpump/gearpump/issues/1987]. We already 
> have task lists in the "ExecutorSummary" and executor location is available. 
> It won't be hard to display task location on dashboard. That will help users 
> to locate task logs on exceptions. 
> {code}
>   case class ExecutorSummary(
>     id: Int,
>     workerId: Int,
>     actorPath: String,
>     logFile: String,
>     status: String,
>     taskCount: Int,
>     tasks: Map[ProcessorId, List[TaskId]],
>     jvmName: String
>   )
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to