maixiaohai commented on issue #2709:
URL: https://github.com/apache/rocketmq/issues/2709#issuecomment-790302213


   config sendThreadPoolQueueCapacity, the default value is 10000
   the message show your config is 4 
   ```
   rt.returnResponse(RemotingSysResponseCode.SYSTEM_BUSY, 
String.format("[PCBUSY_CLEAN_QUEUE]broker busy, start flow control for a while, 
period in queue: %sms, size of queue: %d", System.currentTimeMillis() - 
rt.getCreateTimestamp(), 
this.brokerController.getSendThreadPoolQueue().size()));
   
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to