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

[jira] [Created] (FLINK-8503) Port TaskManagerLogHandler to new REST endpoint

Till Rohrmann created FLINK-8503:
------------------------------------

             Summary: Port TaskManagerLogHandler to new REST endpoint
                 Key: FLINK-8503
                 URL: https://issues.apache.org/jira/browse/FLINK-8503
             Project: Flink
          Issue Type: Sub-task
          Components: REST
    Affects Versions: 1.5.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.5.0


In order to serve {{TaskExecutor}} log stdout files, we have to port the {{TaskManagerLogHandler}} to the new REST endpoint.

In order to properly support serving of files, I propose to introduce an {{AbstractHandler}} which takes a typed request but has not typed response. That way we can easily output the file contents.



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