Skip to content

Commit

Permalink
Update cdc/processor/pipeline/sink.go
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
asddongmen and overvenus authored Dec 27, 2021
1 parent 98a0849 commit c0f3f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/processor/pipeline/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (n *sinkNode) flushSink(ctx context.Context, resolvedTs model.Ts) (err erro
// the checkpointTs may fall back in some situation such as:
// 1. This table is newly added to the processor
// 2. There is one table in the processor that has a smaller
// checkPointTs than this one
// checkpointTs than this one
if checkpointTs <= n.checkpointTs {
return nil
}
Expand Down

0 comments on commit c0f3f11

Please sign in to comment.