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)