CODE: 2 DESC: [REJECTREQUEST]system busy, start flow control for a while BROKER #6432
-
Hello everyone, when I used RocketMQ, the log file output the following exception.Please help me. How can I handle the exception?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I noticed that you are getting an exception while trying to send messages. This could be due to high disk pressure. See the following code for more information. |
Beta Was this translation helpful? Give feedback.
I noticed that you are getting an exception while trying to send messages. This could be due to high disk pressure. See the following code for more information.
rocketmq/broker/src/main/java/org/apache/rocketmq/broker/processor/SendMessageProcessor.java
Lines 121 to 132 in c17baf1