amend transaction: unique index not compatible with binlog #20909
Labels
component/tools
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/transaction
SIG:Transaction
type/feature-request
Categorizes issue or PR as related to a new feature.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Start two clusters and connect them with tidb binlog(pump & drainer), execute this from upstream.
2. What did you expect to see? (Required)
Upstream and downstream got same result.
3. What did you see instead (Required)
The data in downstream is different from upstream.
There is difference between drainer's safe mode and normal mode
safe mode
Drainer will use safe mode in the start 5 minutes, so we'll got this result.
Here is some logs from downstream TiDB
The data is incorrect, but all SQL statements are executed successfully.
normal mode
Drainer will automatically turned into normal mode 5 minutes after starting.
Besides, drainer will quit due to this error.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: