You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/27 14:19:29 UTC

[GitHub] tillrohrmann commented on a change in pull request #6749: [FLINK-10401] Port ProcessFailureCancelingITCase to new code base

tillrohrmann commented on a change in pull request #6749: [FLINK-10401] Port ProcessFailureCancelingITCase to new code base
URL: https://github.com/apache/flink/pull/6749#discussion_r220942743
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterComponent.java
 ##########
 @@ -130,6 +131,13 @@ public T getDispatcher() {
 		}
 	}
 
+	@VisibleForTesting
+	public WebMonitorEndpoint<?> getWebMonitorEndpoint() {
 
 Review comment:
   Yes you're right. I've incorporated your feedback from #6743 and with that it should no longer be necessary to have this getter.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services