查询超级表,第一次成功,后续一直报错rpc network error

【TDengine 使用环境】
测试环境

【TDengine 版本】3.3.8.4

【操作系统以及版本】centos7

【部署方式】容器部署

【描述业务影响】mapper中的sql 查询超级表的数据,第一次成功,后续一直会失败,报错rpc network error,重启业务服务,又是第一次成功,后续失败。

select input_date,
       avg(cast(input_value as float)) as input_value
from opcua.opcua_data_super_pci
where input_date >= '2025-11-13 00:00:00'
group by input_date
order by input_date desc

需具体排查,如遇相同问题,请重新发帖。

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