Closed asiroliu closed 3 years ago
mysql incr job - send ignore table dml to the dest mysql
"replicate_do_db": [], "replicate_ignore_db": [ { "table_schema": "action_db_1", "tables": [ { "table_name": "sbtest1" }, { "table_name": "sbtest2" } ] } ]
sysbench /usr/share/sysbench/oltp_insert.lua --mysql-host=172.100.9.2 --mysql-port=3306 --mysql-user=test --mysql-password=test --create_secondary=off --report-interval=10 --time=0 --mysql-db=action_db_1 --tables=3 --table_size=0 prepare
sysbench /usr/share/sysbench/oltp_insert.lua --mysql-host=172.100.9.1 --mysql-port=3306 --mysql-user=test --mysql-password=test --create_secondary=off --report-interval=10 --mysql-db=action_db_1 --tables=1 --events=1 run
# dest dtle log 2021-11-02T13:30:35.967+0800 [DEBUG] client.driver_mgr.dtle: : driver=dtle job=repl_instance_and_ignore_n_databases_n_tables-migration @module=dtle.applier timestamp=2021-11-02T13:30:35.967+0800 2021-11-02T13:30:35.967+0800 [ERROR] client.driver_mgr.dtle: GetTableColumns. action_db_1 sbtest1: Error 1146: Table 'action_db_1.sbtest1' doesn't exist: driver=dtle @module=dtle.applier job=repl_instance_and_ignore_n_databases_n_tables-migration timestamp=2021-11-02T13:30:35.967+0800 2021-11-02T13:30:35.967+0800 [ERROR] client.driver_mgr.dtle: onError: driver=dtle @module=dtle.applier err="GetTableColumns. action_db_1 sbtest1: Error 1146: Table 'action_db_1.sbtest1' doesn't exist" job=repl_instance_and_ignore_n_databases_n_tables-migration timestamp=2021-11-02T13:30:35.967+0800 2021-11-02T13:30:35.967+0800 [DEBUG] client.driver_mgr.dtle: onError. nats published: driver=dtle @module=dtle.applier job=repl_instance_and_ignore_n_databases_n_tables-migration timestamp=2021-11-02T13:30:35.967+0800
./dtle version
9.9.9.9-master-ef8ac77
verfiied : http://gocd-server:8153/go/pipelines/autotest-dtle-master/153/test/1
Description
mysql incr job - send ignore table dml to the dest mysql
Steps to reproduce the issue
Output of
./dtle version
:**