gesanri opened a new issue #573: The disk space is enough, but I got "service 
not available now, maybe disk full" error randomly
URL: https://github.com/apache/rocketmq/issues/573
 
 
   **BUG REPORT**
   
   1. I've installed the rocketmq in windows, follow the page 
https://www.jianshu.com/p/4a275e779afa, the nameserver, broke, and rocketmq 
console hava started rightly
   2. I've run a simple producer-consumer example, follow the page 
https://blog.csdn.net/zhglance/article/details/54962870, I run the 
RocketMQConsumerTest firstly, and then I run the RocketMQProducerTest, I can 
get the right result.
   3. I stop the RocketMQProducerTest and I start it again(the 
RocketMQConsumerTest is still running)  , I get the error as below:
   
   org.apache.rocketmq.client.exception.MQClientException: Send [3] times, 
still failed, cost [402]ms, Topic: MQ-MSG-TOPICS-TEST, BrokersSent: 
[PC-20170208IHWA, PC-20170208IHWA, PC-20170208IHWA]
   See http://rocketmq.apache.org/docs/faq/ for further details.
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:544)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1069)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1023)
        at 
org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:214)
        at testrocketmq.RocketMQProducer.send(RocketMQProducer.java:47)
        at testrocketmq.RocketMQProducerTest.main(RocketMQProducerTest.java:22)
   Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 14  
DESC: service not available now, maybe disk full, CL:  0.97 CQ:  0.97 INDEX:  
0.97, maybe your broker machine memory too small.
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
        at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:551)
        at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessageSync(MQClientAPIImpl.java:353)
        at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:335)
        at 
org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:298)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendKernelImpl(DefaultMQProducerImpl.java:696)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:463)
        ... 5 more
   
   I've installed the rocketmq in d disk, the total space is 61.7G, and the 
left space is 29.4G, I've checked the error in google, but all they say is that 
the space is not enough, I doubt about it as I've almost 50% space left, and if 
the space is not enough, why I can get the right result first time

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to