【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