[
https://issues.apache.org/jira/browse/FLINK-7531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169892#comment-16169892
]
ASF GitHub Bot commented on FLINK-7531:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4600#discussion_r139393572
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/backpressure/BackPressureStatsTrackerTest.java
---
@@ -80,11 +73,11 @@ public void execute(Runnable runnable) {
ExecutionVertex[] taskVertices = new ExecutionVertex[4];
- ExecutionJobVertex jobVertex = mock(ExecutionJobVertex.class);
- when(jobVertex.getJobId()).thenReturn(new JobID());
--- End diff --
these changes are all unnecessary.
> Move existing REST handler to flink-runtime
> -------------------------------------------
>
> Key: FLINK-7531
> URL: https://issues.apache.org/jira/browse/FLINK-7531
> Project: Flink
> Issue Type: Sub-task
> Components: REST, Webfrontend
> Affects Versions: 1.4.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
>
> Since the new REST endpoints live in {{flink-runtime}} we should move the
> existing rest handlers to {{flink-runtime}} as well. The static web server
> content remains in {{flink-runtime-web}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)