cdc cli changefeed create --start-ts does not work properly and may lead to data loss #2303
Labels
area/ticdc
Issues or PRs related to TiCDC.
component/cli
CLI component.
component/replica-model
Replication model component.
difficulty/easy
Easy task.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
TiCDC cli creates a changefeed that does not use the start-ts specified in command line. It leads to data loss.
Note that the start-ts in command line is invalid and it points to 1975-02-25 15:14:19.597000.
a. create a changefeed with a start-ts specified in command line.
b. report warnings about invalid start-ts.
A wrong changefeed is created and it leads to data loss.
v5.0.1
The text was updated successfully, but these errors were encountered: