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/01/13 01:21:57 UTC

[GitHub] [rocketmq] XiaoyiPeng commented on issue #3750: service not available now. It may be caused by one of the following reasons: the broker's disk is full [CL: 0.31 CQ: 0.31 INDEX: 0.31], messages are put to the slave, message store has been shut down, etc.

XiaoyiPeng commented on issue #3750:
URL: https://github.com/apache/rocketmq/issues/3750#issuecomment-1011630110


   Can you show your broker.conf?  and whether your cluster is in Dledger mode?
   
   This should not be a disk usage issue. 
   
   There are probably three reasons if you get `ResponseCode.SERVICE_NOT_AVAILABLE`:
   
   1. The `MessageStore` is shutdown 
   2. Your producer writes data to slave node.
   3.Your producer writes data to the master, but its write permission is disabled.
   
   For detail, I think you shoud follow the source code.
   


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