Make sure do not update checkpoint ts when sink is stopping #7274
Labels
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
tiflow/cdc/sinkv2/tablesink/table_sink_impl.go
Line 133 in 4d31b61
In this code, it might cause us to update checkpoints when the sink is stopping.
For example:
What did you expect to see?
Do not update checkpoint ts.
What did you see instead?
Do update checkpoint ts.
Versions of the cluster
TiCDC version (execute
cdc version
):master
The text was updated successfully, but these errors were encountered: