[ https://issues.apache.org/jira/browse/FLINK-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956323#comment-14956323 ]
Martin Liesenberg commented on FLINK-2732: ------------------------------------------ On second thought, looking at the current code, the communication between jobmanager and taskmanager is done via akka messages or a dedicated "data connection" for the task jar and even that is only done after a message exchange. While your suggestion might take less network hops, as far as I understand it, it does break/circumvent this pattern of communication via akka messages which may not be in the long term interest of the code base. > Add access to the TaskManagers' log file and out file in the web dashboard. > --------------------------------------------------------------------------- > > Key: FLINK-2732 > URL: https://issues.apache.org/jira/browse/FLINK-2732 > Project: Flink > Issue Type: Sub-task > Components: Webfrontend > Affects Versions: 0.10 > Reporter: Stephan Ewen > Assignee: Martin Liesenberg > Fix For: 0.10 > > > Add access to the TaskManagers' log file and out file in the web dashboard. > This needs addition on the server side, as the log files need to be > transferred to the JobManager via the blob server. -- This message was sent by Atlassian JIRA (v6.3.4#6332)