Matt Wang created FLINK-32630: --------------------------------- Summary: The log level should change from info to warn/error if job failed Key: FLINK-32630 URL: https://issues.apache.org/jira/browse/FLINK-32630 Project: Flink Issue Type: Improvement Components: Client / Job Submission, Runtime / Coordination Affects Versions: 1.17.1 Reporter: Matt Wang
When a job fails to submit or run, the following log level should be changed to WARN or ERROR, INFO will confuse users {code:java} 2023-07-14 20:05:26,863 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job flink_test_job (0000000008eefd500000000000000000) switched from state FAILING to FAILED. org.apache.flink.runtime.JobException: Recovery is suppressed by FailureRateRestartBackoffTimeStrategy(FailureRateRestartBackoffTimeStrategy(failuresIntervalMS=2400000,backoffTimeMS=20000,maxFailuresPerInterval=100){code} {code:java} {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)