Ryan Williams created SPARK-21683: ------------------------------------- Summary: "TaskKilled (another attempt succeeded)" log message should be INFO level, not WARN Key: SPARK-21683 URL: https://issues.apache.org/jira/browse/SPARK-21683 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 2.2.0 Reporter: Ryan Williams Priority: Minor
Under other circumstances, it makes sense for {{TaskKilled}} to prompt a WARN log, but in speculative mode, when another attempt finishes first, that's not worth warning about, and should be INFO level. This partly matters because when running with root log level WARN, and following progress using the console progress bar, these messages are a large amount and proportion of logspam that messes with the console progress display. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org