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 May 24, 2022
1 parent e4cb608 commit 377f802
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 @@ -775,7 +775,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("namesapce", w.session.client.changefeed.Namespace),
zap.String("changefeed", w.session.client.changefeed.ID),
zap.String("EventType", "RESOLVED"),
Expand Down

0 comments on commit 377f802

Please sign in to comment.