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

    https://github.com/apache/flink/pull/2147#discussion_r68269922
  
    --- Diff: 
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
 ---
    @@ -750,13 +751,16 @@ protected YarnClusterClient deployInternal() throws 
Exception {
                                        LOG.info("YARN application has been 
deployed successfully.");
                                        break loop;
                                default:
    -                                   LOG.info("Deploying cluster, current 
state " + appState);
    -                                   if(waittime > 60000) {
    +                                   if (appState != lastAppState) {
    +                                           LOG.info("Deploying cluster, 
current state " + appState);
    +                                   }
    +                                   if(waitTime > 60000) {
    --- End diff --
    
    missing space after if


---
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