[TiDB Usage Environment] Production Environment
[TiDB Version] 7.5.1
Cluster enabled with tidb_enforce_mpp=ON
After adding the TiFlash node, the error log is as follows:
Msg:2024/04/29 18:14:11.143 +08:00] [ERROR] [TiDBSchemaSyncer.cpp:283] [Cannot 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] [Cannot 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] [Cannot find related database_id and logical_table_id from table_id_map, sync table schema fail.
How to find the problematic table, using the following SQL does not find the problematic table name:
SELECT * FROM INFORMATION_SCHEMA.tables WHERE tidb_table_id LIKE ‘2104268%’
Could you please confirm if the issue can be consistently reproduced now? Is there any way to provide the TiFlash logs before and after the initial error to facilitate troubleshooting?