Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-32630

The log level of job failed info should change from INFO to WARN/ERROR if job failed

    XMLWordPrintableJSON

Details

    Description

      When a job fails to submit or run, the following log level should be changed to WARN or ERROR, INFO will confuse users

      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)
       
      2023-07-14 20:05:26,889 INFO  org.apache.flink.runtime.dispatcher.StandaloneDispatcher     [] - Job 0000000008eefd500000000000000000 reached terminal state FAILED.
      org.apache.flink.runtime.JobException: Recovery is suppressed by FailureRateRestartBackoffTimeStrategy(FailureRateRestartBackoffTimeStrategy(failuresIntervalMS=2400000,backoffTimeMS=20000,maxFailuresPerInterval=100)
      
      2023-07-14 20:05:26,956 INFO  org.apache.flink.client.deployment.application.ApplicationDispatcherBootstrap [] - Application FAILED: 
      java.util.concurrent.CompletionException: org.apache.flink.client.deployment.application.ApplicationExecutionException: Could not execute application.

      Attachments

        Issue Links

          Activity

            People

              wangm92 Matt Wang
              wangm92 Matt Wang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: