修改表名 提示 表已经存在问题

Bug 反馈
清晰准确地描述您发现的问题,提供任何可能复现问题的步骤有助于研发同学及时处理问题
【 Bug 的影响】
上次11.30 也是这个集群 也出现这个问题。
tidb 5.2.2
(user:tidbdba time: 17:54)[db: yixintui_operate] ALTER TABLE yixintui_operate.creative_material_sync_distinct_1639043132 RENAME TO yixintui_operate.creative_material_sync_distinct;
ERROR 1050 (42S01): table already exists
(user:tidbdba time: 17:54)[db: yixintui_operate]show create table yixintui_operate.creative_material_sync_distinct;
ERROR 1146 (42S02): Table 'yixintui_operate.creative_material_sync_distinct doesn’t exist

等了10几分钟之后 可以rename了

(user:tidbdba time: 18:10)[db: yixintui_operate]rename table yixintui_operate.creative_material_sync_distinct_1639043132 TO yixintui_operate.creative_material_sync_distinct;
Query OK, 0 rows affected (0.53 sec)
【可能的问题复现步骤】

【看到的非预期行为】

【期望看到的行为】

【相关组件及具体版本】

【其他背景信息或者截图】
如集群拓扑,系统和内核版本,应用 app 信息等;如果问题跟 SQL 有关,请提供 SQL 语句和相关表的 Schema 信息;如果节点日志存在关键报错,请提供相关节点的日志内容或文件;如果一些业务敏感信息不便提供,请留下联系方式,我们与您私下沟通。

dashboard 日志如下
logs.zip (3.3 KB)