We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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)
drainer -V
The text was updated successfully, but these errors were encountered:
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" } ...
Sorry, something went wrong.
Heap profile (DM me if you need the actual pprof file)
true
ignore
drainer: if all DML is filtered, return true ignore (#1320)
fc4e5d0
close #1317
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: