Now we can see table sbtest.sbtest1 is replicated to the downstream MySQL as expected.
execute the sysbench cleanup subcommand to remove the sbtest.sbtest1 table.
Now we can see table sbtest.sbtest1 is removed from the downstream MySQL as expected.
create 10 tables for sbtest.
only one empty table is created on the downstream MySQL side.
What did you do?
sbtest
in TiDB and create one table forsbtest
.Now we can see table
sbtest.sbtest1
is replicated to the downstream MySQL as expected.sysbench cleanup
subcommand to remove thesbtest.sbtest1
table. Now we can see tablesbtest.sbtest1
is removed from the downstream MySQL as expected.sbtest
.cdc changefeed query
returns CDC:ErrProcessorUnknown errorWhat did you expect to see?
After executing the second
sysbench prepare
command (see reproducing step 5), the whole 10 tables are supposed to be replicated to MySQL.What did you see instead?
Only one table is created on the downstream MySQL side.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):