You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/17 04:26:53 UTC

[GitHub] [rocketmq] a-tony opened a new issue, #4831: windows环境下异常

a-tony opened a new issue, #4831:
URL: https://github.com/apache/rocketmq/issues/4831

   版本:4.9.4
   启动nameserver和broker后,发了不超过10条消息,报错,这也太不稳定太不靠谱了吧,磁盘日志文件也删了,还是报错,而且我的磁盘空间很大,还有几百G的空间,为什么报这个错?这不是乱报错么
   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.91 CQ:  0.91 INDEX: -1.00], messages are put to the slave, message store has been shut down, etc. BROKER: 192.168.142.1:10911
   For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] vongosling closed issue #4831: Exception in Windows Environment

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #4831: Exception in Windows Environment
URL: https://github.com/apache/rocketmq/issues/4831


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] RongtongJin commented on issue #4831: Exception in Windows Environment

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #4831:
URL: https://github.com/apache/rocketmq/issues/4831#issuecomment-1217505402

   > the broker's disk is full
   
   
   
   > 版本:4.9.4 启动nameserver和broker后,发了不超过10条消息,报错,这也太不稳定太不靠谱了吧,磁盘日志文件也删了,还是报错,而且我的磁盘空间很大,还有几百G的空间,为什么报这个错?这不是乱报错么 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.91 CQ: 0.91 INDEX: -1.00], messages are put to the slave, message store has been shut down, etc. BROKER: 192.168.142.1:10911 For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
   
   你好,从报错日志上看,Commitlog和ConsumeQueue的所在磁盘占用超过了91%,此时根据RocketMQ内部保护机制会对MessageStore禁写,默认RocketMQ数据存储在{user.home}/store目录下,或者根据storePathRootDir的配置进行存储,你可以查看该目录下的磁盘空间。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org