This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new e546f8e2ca1 [improvement](schemachange) add schema change log (#31145) e546f8e2ca1 is described below commit e546f8e2ca15f7e7a63f76650095996a98ed2ca1 Author: meiyi <myime...@gmail.com> AuthorDate: Tue Feb 20 17:27:02 2024 +0800 [improvement](schemachange) add schema change log (#31145) --- fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java b/fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java index a863b7775b0..26c5fc96621 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java +++ b/fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java @@ -222,6 +222,7 @@ public abstract class AlterJobV2 implements Writable { break; } } catch (Exception e) { + LOG.error("failed to run alter job {}", jobId, e); cancelImpl(e.getMessage()); } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org