Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
  • Loading branch information
wjhuang2016 committed Aug 19, 2022
1 parent 13e4411 commit 0872178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddl/job_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ func (d *ddl) delivery2worker(wk *worker, pool *workerPool, job *model.Job) {
if err == nil {
d.once.Store(false)
} else {
logutil.BgLogger().Info("[ddl] wait ddl job sync failed", zap.Error(err), zap.String("job", job.String()))
logutil.BgLogger().Warn("[ddl] wait ddl job sync failed", zap.Error(err), zap.String("job", job.String()))
time.Sleep(time.Second)
return
}
}
Expand Down

0 comments on commit 0872178

Please sign in to comment.