Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create partition table and insert some data
reorganize partition table like
alter table xxx.xxx reorganize partition p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,p27,p28,p29,p30,p31,p32,p33,p34,p35,p36,p37,p38,p39,p40,p41,p42,p43,p44,p45,p46,p47,p48,p49,p50,p51,p52,p53,p54,p55,p56,p57,p58,p59,p60,p61 into (partition pnew values less than ('2023-03-13'))
2. What did you expect to see? (Required)
triagge auto analyze and stats_meta will be correct
3. What did you see instead (Required)
you can see reorganize partition is finished at 2023-03-13 12:07:48, but after about 14 hours, there is still has now the pnew partition stats meta info.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
triagge auto analyze and stats_meta will be correct
3. What did you see instead (Required)
you can see reorganize partition is finished at
2023-03-13 12:07:48
, but after about 14 hours, there is still has now thepnew
partition stats meta info.4. What is your TiDB version? (Required)