[ 
https://issues.apache.org/jira/browse/FLINK-3544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190946#comment-15190946
 ] 

ASF GitHub Bot commented on FLINK-3544:
---------------------------------------

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

    https://github.com/apache/flink/pull/1741#discussion_r55831451
  
    --- Diff: 
flink-runtime/src/main/scala/org/apache/flink/runtime/minicluster/FlinkMiniCluster.scala
 ---
    @@ -366,6 +428,28 @@ abstract class FlinkMiniCluster(
       //                          Utility Methods
       // 
--------------------------------------------------------------------------
     
    +//  /**
    +//    * Waits for the leading ResourceManager to be registered at the 
JobManager
    +//    */
    +//  def waitForResourceManagerToBeRegistered(): Unit = {
    +//    waitForResourceManagerToBeRegistered(timeout)
    +//  }
    +//
    +//
    +//  def waitForResourceManagerToBeRegistered(timeout: FiniteDuration): 
Unit = {
    +//
    +//    future {
    +//      resourceManagerActors foreach {
    +//        list => list.foreach(rm => rm ! 
NotifyWhenResourceManagerRegistered)
    +//      }
    +//
    +//      rece
    +//    }
    +//
    +//    Await.ready()
    +//
    +//  }
    --- End diff --
    
    Good catch. Commented this utility function because it was not necessary 
anymore.


> ResourceManager runtime components
> ----------------------------------
>
>                 Key: FLINK-3544
>                 URL: https://issues.apache.org/jira/browse/FLINK-3544
>             Project: Flink
>          Issue Type: Sub-task
>          Components: ResourceManager
>    Affects Versions: 1.1.0
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>             Fix For: 1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to