【 TiDB 使用环境】生产环境
【 TiDB 版本】7.5.1
集群开启tidb_enforce_mpp=ON
在新增tiflash节点后报错日志如下
Msg:2024/04/29 18:14:11.143 +08:00] [ERROR] [TiDBSchemaSyncer.cpp:283] [Can not find related database_id and logical_table_id from table_id_map, sync table schema fail. physical_table_id=2079703] [source=keyspace=4294967295] [thread_id=194
Path:/ssddata/tiflash/logs/server.log
Msg:2024/04/29 18:14:11.143 +08:00] [ERROR] [TiDBSchemaSyncer.cpp:283] [Can not find related database_id and logical_table_id from table_id_map, sync table schema fail. physical_table_id=2079703] [source=keyspace=4294967295] [thread_id=194
Path:/ssddata/tiflash/logs/error.log
Msg:2024/04/29 18:12:53.438 +08:00] [ERROR] [TiDBSchemaSyncer.cpp:283] [Can not find related database_id and logical_table_id from table_id_map, sync table schema fail.
怎样查找有问题的table,使用以下sql查不到问题表名
SELECT * FROM INFORMATION_SCHEMA.tables WHERE tidb_table_id LIKE ‘2104268%’