(fix)[schema change] fix incorrect setting of schema change jobstate when replay editlog (#26992)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user