Skip to content

Commit

Permalink
Fix merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhysum committed May 11, 2023
1 parent cc58f85 commit f606c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (b *backfillSchedulerHandle) SplitSubtask(ctx context.Context, subtask []by
go func() {
select {
case <-ctx.Done():
b.d.notifyReorgCancel(b.job)
b.d.notifyReorgWorkerJobStateChange(b.job)
case <-fnCtx.Done():
}
}()
Expand Down

0 comments on commit f606c0b

Please sign in to comment.