[
https://issues.apache.org/jira/browse/FLINK-8495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352260#comment-16352260
]
ASF GitHub Bot commented on FLINK-8495:
---------------------------------------
Github user GJL commented on a diff in the pull request:
https://github.com/apache/flink/pull/5341#discussion_r165942186
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorEndpoint.java
---
@@ -473,10 +476,55 @@ public WebMonitorEndpoint(
handlers.add(Tuple2.of(SubtaskCurrentAttemptDetailsHeaders.getInstance(),
subtaskCurrentAttemptDetailsHandler));
handlers.add(Tuple2.of(JobVertexTaskManagersHeaders.getInstance(),
jobVertexTaskManagersHandler));
- // This handler MUST be added last, as it otherwise masks all
subsequent GET handlers
--- End diff --
is it not a problem anymore that
```
@Override
public String getTargetRestEndpointURL() {
return "/:*";
}
```
masks all subsequent GET handlers?
> 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)