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

    https://github.com/apache/flink/pull/1202#discussion_r41164028
  
    --- Diff: 
flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala
 ---
    @@ -129,6 +129,13 @@ class JobManager(
       var leaderSessionID: Option[UUID] = None
     
       /**
    +   * The port of the web monitor as configured. Make sure that it is 
actually configured before
    +   * starting the JobManager.
    +   */
    +  val webMonitorPort : Integer = flinkConfiguration.getInteger(
    --- End diff --
    
    Maybe we can add a comment which says that this is gonna be kicked out once 
we have made the `ExecutionGraph` properly serializable or so...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to