[enhancement](nereids) log for exception stack of sync analyze (#21013)

This commit is contained in:
AKIRA
2023-06-20 16:11:03 +09:00
committed by GitHub
parent 6b4a9edbbd
commit ec34f72204

View File

@ -795,7 +795,7 @@ public class AnalysisManager extends Daemon implements Writable {
} catch (Throwable t) {
colNames.add(task.info.colName);
updateSyncTaskStatus(task, AnalysisState.FAILED);
LOG.info("Failed to analyze, info: {}", task);
LOG.warn("Failed to analyze, info: {}", task, t);
}
}
if (!colNames.isEmpty()) {