Open kennytm opened 2 months ago
Config:
[syncer.binlog-filter-rule]
[syncer.binlog-filter-rule.rule1]
ignore-event = ["delete"]
[[syncer.table-migrate-rule]]
binlog-filter-rule = ["rule1"]
source = { schema = "db", table = "tbl1" }
[[syncer.table-migrate-rule]]
binlog-filter-rule = ["rule1"]
source = { schema = "db", table = "tbl2" }
...
Heap profile (DM me if you need the actual pprof file)
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
TiDB -> Pump -> Drainer -> MySQL
binlog-filter-rule
to filter out all DELETE events, so nothing will be replicated.What did you expect to see?
What did you see instead?
Please provide the relate downstream type and version of drainer. (run
drainer -V
in terminal to get drainer's version)