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

    https://github.com/apache/flink/pull/3391#discussion_r104121909
  
    --- Diff: 
flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationMasterRunner.java 
---
    @@ -326,13 +326,30 @@ protected int runApplicationMaster(Configuration 
config) {
     
                        // ---- (4) start the actors and components in this 
order:
     
    -                   // 1) JobManager & Archive (in non-HA case, the leader 
service takes this)
    -                   // 2) Web Monitor (we need its port to register)
    +                   // 1) Web Monitor (we need its port to register)
    +                   // 2) JobManager & Archive (in non-HA case, the leader 
service takes this)
    --- End diff --
    
    Why do you change the order of the instantiation? This is not clear to me 
since you left the original order in the Mesos case.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to