You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Wind (JIRA)" <ji...@apache.org> on 2017/12/12 13:53:00 UTC

[jira] [Created] (FLINK-8245) Add some interval between logs when requested resources are not available

Wind created FLINK-8245:
---------------------------

             Summary: Add some interval between logs when requested resources are not available
                 Key: FLINK-8245
                 URL: https://issues.apache.org/jira/browse/FLINK-8245
             Project: Flink
          Issue Type: Improvement
            Reporter: Wind
            Priority: Minor


Maybe we can add a thread.sleep(1000) after this log ?
I will get plenty of repeated logs and disk will run out of space soon when yarn cluster is short of resources. Is it acceptable ?
{code:java}
LOG.info("Deployment took more than 60 seconds. Please check if the requested resources are available in the YARN cluster");
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)