(fix)[schema change] fix incorrect setting of schema change jobstate when replay editlog (#26992)

This commit is contained in:
Luwei
2023-11-14 23:53:22 +08:00
committed by GitHub
parent f1169d3c58
commit 08044a35ae

View File

@ -781,7 +781,7 @@ public class SchemaChangeJobV2 extends AlterJobV2 {
}
this.watershedTxnId = replayedJob.watershedTxnId;
jobState = JobState.WAITING_TXN;
jobState = JobState.PENDING;
LOG.info("replay pending schema change job: {}, table id: {}", jobId, tableId);
}