[improvement](schemachange) add schema change log (#31145) (#31203)

This commit is contained in:
meiyi
2024-02-21 14:15:02 +08:00
committed by GitHub
parent c27692fb3b
commit 33925a738d

View File

@ -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());
}
}