You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/09/18 11:10:31 UTC

[GitHub] flink pull request #4599: [FLINK-7529] Retrieve complete REST address from g...

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4599#discussion_r139392946
  
    --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitorITCase.java ---
    @@ -479,41 +479,6 @@ public void testNoCopyFromJar() throws Exception {
     		}
     	}
     
    -	private WebRuntimeMonitor startWebRuntimeMonitor(
    --- End diff --
    
    This change belongs into the previous commit, i.e. `Create DispatcherRestEndpoint and integrate with Dispatcher`.


---