Closed wayyoungboy closed 1 month ago
现象:一张表在information_schema.tables 中查到的有两条记录,两条记录的原因是__all_table_stat 中同时存在两条object_type=1的记录。 原因分析: 非分区表转分区表 ddl,导致一些视图(如 information_schema.tables/all_tables)会多显示一条记录 observer修复版本: 421bp5/423/431 应急方法:手动删除 all_table_stat/all_column_stat 中不符合预期的行(分区表不应该存在 table_id=partition_id=该表id 的记录)
Description
现象:一张表在information_schema.tables 中查到的有两条记录,两条记录的原因是__all_table_stat 中同时存在两条object_type=1的记录。 原因分析: 非分区表转分区表 ddl,导致一些视图(如 information_schema.tables/all_tables)会多显示一条记录 observer修复版本: 421bp5/423/431 应急方法:手动删除 all_table_stat/all_column_stat 中不符合预期的行(分区表不应该存在 table_id=partition_id=该表id 的记录)