提交 cfd48a6f 编写于 作者: M Maximilian Michels

[FLINK-3667] change log level for JobNotFound to debug

上级 a3aea279
......@@ -140,7 +140,7 @@ class YarnJobManager(
)
case jnf: JobNotFound =>
log.warn(s"Job with ID ${jnf.jobID} not found in JobManager")
log.debug(s"Job with ID ${jnf.jobID} not found in JobManager")
if (stopWhenJobFinished == null) {
log.warn("The ApplicationMaster didn't expect to receive this message")
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册