rocketMQ 常见问题记录
rocketMQ 常见问题记录
1、
发送消息到 rocketmq 服务端失败
Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 14 DESC: service not available now. It may be caused by one of the following reasons: the broker’s disk is full [CL: 0.92 CQ: 0.92 INDEX: 0.92], messages are put to the slave, message store has been shut down, etc. BROKER: 10.82.249.14:10911
自己的日志
function product 发送mq消息失败 异常信息:nested
在 conf 文件夹下 broker.conf文件最后面添加如下属性
diskMaxUsedSpaceRatio=99
在 runserver.sh 、runbroker.sh 中 扩大内存