Skip to content

Commit

Permalink
Update ddl/backfilling.go
Browse files Browse the repository at this point in the history
Co-authored-by: tangenta <[email protected]>
  • Loading branch information
zimulala and tangenta authored Jan 4, 2023
1 parent 12c8f72 commit b661cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/backfilling.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (w *backfillWorker) handleBackfillTask(d *ddlCtx, task *reorgBackfillTask,
batchStartTime = time.Now()
if err := w.updateLease(w.GetCtx().uuid, task.bfJob, result.nextKey); err != nil {
logutil.BgLogger().Info("[ddl] backfill worker handle task, update lease failed", zap.Stringer("worker", w),
zap.Stringer("task", task), zap.String("bj", task.bfJob.AbbrStr()), zap.Error(err))
zap.Stringer("task", task), zap.String("backfill job", task.bfJob.AbbrStr()), zap.Error(err))
result.err = err
return result
}
Expand Down

0 comments on commit b661cf7

Please sign in to comment.