疑似 BUG:计算节点B 执行 explain for connection 不支持识别计算节点A执行语句的connection id

Bug 反馈
计算节点B 执行 explain for connection 不支持识别计算节点A执行语句的connection id
【 TiDB 版本】
v6.5.11
【 Bug 的影响】

【可能的问题复现步骤】

Step 1: 连接计算节点 A:执行
select sleep(100);
Step 2: 新建连接到计算节点B,执行
select * from information_schema.cluster_processlist; – 获取 计算节点A 执行 select 语句的 connection id
explain for connection <connection_id>;
【看到的非预期行为】
explain 语句报错:Error ·1094: Unkown thread id:xxxxxxx
【期望看到的行为】
explain 返回执行计划
【相关组件及具体版本】
标准安装 v6.5.11 版本

应该explain是没有global能力吧 ,我试了8.5.0也是不行的,kill global能力也是6.1版本后才有的,这个explain 可以提个需求反馈.
有人提了: explain for connection supports global · Issue #47498 · pingcap/tidb

2 个赞

玩tidb 几年啦

此话题已在最后回复的 7 天后被自动关闭。不再允许新回复。