br恢复2张表数据时,报错:panic: index not found in origin table, please check the restore table has the same index info with origin table

也就是说:tidb的一致性问题上还是有问题的。 传统的 关系型数据库从来没出现过数据和索引不一致的问题。
解决办法:以前有几个单子都是类似 元数据和索引的问题。 都是重建解决的。