You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Weihua Hu (Jira)" <ji...@apache.org> on 2022/12/28 08:06:00 UTC

[jira] [Created] (FLINK-30517) Decrease log output interval while waiting for YARN JobManager be allocated

Weihua Hu created FLINK-30517:
---------------------------------

             Summary: Decrease log output interval while waiting for YARN JobManager be allocated
                 Key: FLINK-30517
                 URL: https://issues.apache.org/jira/browse/FLINK-30517
             Project: Flink
          Issue Type: Improvement
          Components: Deployment / YARN
    Affects Versions: 1.16.0
            Reporter: Weihua Hu
         Attachments: image-2022-12-28-15-56-56-045.png

Flink Client will retrieve the application status every 250ms after submitting to YARN. 
If JobManager does not start in 60 seconds, it will log "Deployment took more than 60 seconds. Please check if the requested resources are available in the YARN cluster" every 250ms. This will lead to too many logs. 

We can keep the check interval at 250ms, but log the message every 1 minute.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)