[ https://issues.apache.org/jira/browse/FLINK-7695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184149#comment-16184149 ]
ASF GitHub Bot commented on FLINK-7695: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4737#discussion_r141615149 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ArchivedExecutionGraphTest.java --- @@ -142,6 +143,8 @@ public static void setupExecutionGraph() throws Exception { Execution executionWithAccumulators = runtimeGraph.getJobVertex(v1ID).getTaskVertices()[0].getCurrentExecutionAttempt(); + runtimeGraph.setJsonPlan("{}"); --- End diff -- ah ok, nevermind then. > Port JobConfigHandler to new REST endpoint > ------------------------------------------ > > Key: FLINK-7695 > URL: https://issues.apache.org/jira/browse/FLINK-7695 > Project: Flink > Issue Type: Sub-task > Components: REST > Affects Versions: 1.4.0 > Reporter: Till Rohrmann > Assignee: Till Rohrmann > Priority: Minor > Labels: flip-6 > > Port the {{JobConfigHandler}} to the new {{RestServerEndpoint}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)