This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 33925a738dc [improvement](schemachange) add schema change log (#31145) 
(#31203)
33925a738dc is described below

commit 33925a738dcf6eeb98b8cb5ea56c58212d4280d9
Author: meiyi <[email protected]>
AuthorDate: Wed Feb 21 14:15:02 2024 +0800

    [improvement](schemachange) add schema change log (#31145) (#31203)
---
 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 b897d2abbce..c1a62023042 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 (AlterCancelException e) {
+            LOG.error("failed to run alter job {}", jobId, e);
             cancelImpl(e.getMessage());
         }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to