walking98 opened a new issue #528: QuickStart Document needs to add Min Disc 
Space Prerequisite
URL: https://github.com/apache/rocketmq/issues/528
 
 
   It is a better to have fix for official document.
   
   In the site, https://rocketmq.apache.org/docs/quick-start/,  it does not 
mention minimum free disk space (e.g. 4G) as prerequisite. 
   
   If free space is too small, the producer sending message will raise the 
following error:
   
   org.apache.rocketmq.client.exception.MQClientException: Send [3] times, 
still failed, cost [373]ms, Topic: TopicTest, BrokersSent: [lt-book.local, 
lt-book.local, lt-book.local]
   See http://rocketmq.apache.org/docs/faq/ for further details.
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:610)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1253)
        at 
org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1203)
        at 
org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:214)
        at 
org.apache.rocketmq.example.quickstart.Producer.main(Producer.java:67)
   Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 14  
DESC: service not available now, maybe disk full, CL:  0.92 CQ:  0.92 INDEX:  
0.92, maybe your broker machine memory too small.
   For more information, please visit the url, 
http://rocketmq.apache.org/docs/faq/
   
   2. Please tell us about your environment: local MacBook
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   
   

----------------------------------------------------------------
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