[collector]fix 采集任务超时监测线程处理异常 (#43)

This commit is contained in:
tomsun28
2022-03-20 21:42:37 +08:00
committed by GitHub
parent cc22196d4a
commit d169dac94d
3 changed files with 6 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ public class Job {
return null;
}
if (!metricsSet.remove(metrics)) {
log.error("Job {} appId {} app {} metrics {} remove empty error in priorMetrics.",
log.warn("Job {} appId {} app {} metrics {} remove empty error in priorMetrics.",
id, monitorId, app, metrics.getName());
}
if (metricsSet.isEmpty()) {