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 13:49:18 UTC

[GitHub] flink pull request #4602: [FLINK-7533] Let LeaderGatewayRetriever retry fail...

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

    https://github.com/apache/flink/pull/4602#discussion_r139425116
  
    --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/TaskManagerLogHandler.java ---
    @@ -137,7 +138,6 @@ public TaskManagerLogHandler(
     		this.blobView = Preconditions.checkNotNull(blobView, "blobView");
     	}
     
    -	@Override
    --- End diff --
    
    revert as it implements WebHandler


---