3.3.3.0ERROR failed to send status req since Out of memory in queue, epSet:{iot1.prod:6030, iot2.prod:6030, iot3.prod:6030}, inUse:2

【TDengine 使用环境】
生产环境

【TDengine 版本】

3.3.3.0

【操作系统以及版本】

NAME=“Anolis OS”
VERSION=“8.6”
ID=“anolis”
ID_LIKE=“rhel fedora centos”
VERSION_ID=“8.6”
PLATFORM_ID=“platform:an8”
PRETTY_NAME=“Anolis OS 8.6”
ANSI_COLOR=“0;31”
HOME_URL=“https://openanolis.cn/”

【部署方式】容器/非容器部署

容器部署

【集群节点数】

5个节点

【集群副本数】

3个副本

【描述业务影响】

客户端、命令行都连接不上,数据查询、写入异常

【问题复现路径/shan】做过哪些操作出现的问题

【遇到的问题:问题现象及影响】

ERROR failed to send status req since Out of memory in queue, epSet:{iot1.prod:6030, iot2.prod:6030, iot3.prod:6030}, inUse:2

【资源配置】

8核64g*5

【报错完整截图】(不要大段的粘贴报错代码,论坛直接看报错代码不直观)

ERROR failed to send status req since Out of memory in queue, epSet:{iot1.prod:6030, iot2.prod:6030, iot3.prod:6030}, inUse:2

请提供下各服务器 top 负载情况;

提供下 show queries;

可以执行下以下 sql 看下有没有查询阻塞在 10s 以上的

select sql,exec_usec/1000/1000,`user`  from performance_schema.perf_queries where (sql like '%select %' or sql like '%SELECT%' )and exec_usec >10000000 order by exec_usec desc limit 10;

重启了一下,过了好几个小时自己好了