【 TiDB 使用环境】生产环境
【 TiDB 版本】7.5.1
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
创建同步任务报错
ticdc 同步到kafka 根据index 索引分区 报错
Error: [CDC:ErrDispatcherFailed]index not found when verify the table, table: wallet_common.t_hub_bury_point, index:
同样的配置在7.5.3 可以,在7.5.1 不行
配置文件
case-sensitive = true
[filter]
ignore-txn-start-ts = [1, 2]
rules = [‘test.t_hub_bury_point’]
[mounter]
worker-num = 8
[sink]
dispatchers = [
{matcher = [‘test.t_hub_bury_point’], topic = “cdc_t_hub_bury_point”, partition = “index-value” }
]
protocol = “canal-json”