Skip to content

Commit

Permalink
kv(ticdc): set debug level for resolved ts fallback log (pingcap#5558)
Browse files Browse the repository at this point in the history
  • Loading branch information
overvenus committed Jun 19, 2022
1 parent 4f6c273 commit b02fb3f
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 @@ -755,7 +755,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("changefeed", w.session.client.changefeed),
zap.String("EventType", "RESOLVED"),
zap.Uint64("resolvedTs", resolvedTs),
Expand Down

0 comments on commit b02fb3f

Please sign in to comment.