Skip to content

Commit

Permalink
kv(ticdc): set debug level for resolved ts fallback log (#5558)
Browse files Browse the repository at this point in the history
ref #4146
  • Loading branch information
overvenus authored and ti-chi-bot committed Jun 23, 2022
1 parent d307a46 commit e54f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/kv/region_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func (w *regionWorker) handleResolvedTs(
}

if resolvedTs < state.lastResolvedTs {
log.Warn("The resolvedTs is fallen back in kvclient",
log.Debug("The resolvedTs is fallen back in kvclient",
zap.String("EventType", "RESOLVED"),
zap.Uint64("resolvedTs", resolvedTs),
zap.Uint64("lastResolvedTs", state.lastResolvedTs),
Expand Down

0 comments on commit e54f13e

Please sign in to comment.