You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/23 14:30:00 UTC

[jira] [Commented] (FLINK-8495) Serve main cluster components log and stdout file

    [ https://issues.apache.org/jira/browse/FLINK-8495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335832#comment-16335832 ] 

ASF GitHub Bot commented on FLINK-8495:
---------------------------------------

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/5341

    [FLINK-8495] [flip6] Enable main cluster component's log and stdout file retrieval

    ## What is the purpose of the change
    
    This commit enables the log and stdout file retrieval of the cluster's main component
    via the web ui. This happens via the StaticFileServerHandler which serves the log
    and stdout file.
    
    ## Verifying this change
    
    - Tested manually
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
      - The serializers: (no)
      - The runtime per-record code paths (performance sensitive): (no)
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
      - The S3 file system connector: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (no)
      - If yes, how is the feature documented? (not applicable)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink enableWebLogRetrieval

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5341.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5341
    
----
commit a2672b713917f7ea09242684c0106aaf407cf867
Author: Till Rohrmann <tr...@...>
Date:   2018-01-23T14:17:16Z

    [FLINK-8495] [flip6] Enable main cluster component's log and stdout file retrieval
    
    This commit enables the log and stdout file retrieval of the cluster's main component
    via the web ui. This happens via the StaticFileServerHandler which serves the log
    and stdout file.

----


> Serve main cluster components log and stdout file
> -------------------------------------------------
>
>                 Key: FLINK-8495
>                 URL: https://issues.apache.org/jira/browse/FLINK-8495
>             Project: Flink
>          Issue Type: Sub-task
>          Components: REST, Webfrontend
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> The {{WebMonitorEndpoint}} should be able to serve the main cluster components log and stdout file via the web ui.



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