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 2021/01/20 10:10:22 UTC

[GitHub] [rocketmq] Cacle opened a new issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

Cacle opened a new issue #2612:
URL: https://github.com/apache/rocketmq/issues/2612


   rocketmq  is 4.8.0


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

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



[GitHub] [rocketmq] yang-o commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

Posted by GitBox <gi...@apache.org>.
yang-o commented on issue #2612:
URL: https://github.com/apache/rocketmq/issues/2612#issuecomment-803555218


   本地安装,默认在当前用户路径下面创建文件,没有对应的权限


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

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



[GitHub] [rocketmq] Cacle commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: Send [3] times, still failed, cost [867]ms, Topic: test, BrokersSent: [broker-a, broker-a, broker-a]
   See http://rocketmq.apache.org/docs/faq/ for further details.
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:665)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1343)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1289)
   	at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:325)
   	at org.example.simple.SyncProducer.main(SyncProducer.java:33)
   Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1  DESC: create mapped file failed, server is busy or broken. BROKER: 192.168.130.62:10911
   For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:666)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessageSync(MQClientAPIImpl.java:505)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:487)
   	at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:431)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendKernelImpl(DefaultMQProducerImpl.java:854)
   	at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:584)
   	... 4 more


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

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



[GitHub] [rocketmq] Tian90coder commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   This can solve the problem
   `cd ~/store`
   `mkdir commitlog consumequeue`


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

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



[GitHub] [rocketmq] duhenglucky closed issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #2612:
URL: https://github.com/apache/rocketmq/issues/2612


   


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

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



[GitHub] [rocketmq] fengyiluo commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   The following information can be filtered in the store.log ,such as create mapped file1 error , create mapped file2 error, etc. It is convenient to further confirm that the link is wrong


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

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



[GitHub] [rocketmq] mingjunChan commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   @fengyiluo 谢谢提醒,我遇到同样的问题,store.log提示是我映射文件创建错误了。现在问题解决了


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

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



[GitHub] [rocketmq] duhenglucky commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   @Cacle ping


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

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



[GitHub] [rocketmq] duhenglucky commented on issue #2612: DESC: create mapped file failed, server is busy or broken. BROKER: xxx.xxx.x.x:10911

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


   @Cacle could you provide more information to the broker about this issue, such as store.log broker.log, etc.


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

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