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 2019/01/29 02:40:33 UTC

[GitHub] gaoyf commented on issue #721: Question About [NOTIFYME]putMessage in lock cost time(ms)=4052

gaoyf commented on issue #721: Question About [NOTIFYME]putMessage in lock cost time(ms)=4052
URL: https://github.com/apache/rocketmq/issues/721#issuecomment-458385496
 
 
   我遇到了类似的问题,参考如下:
   ![image](https://user-images.githubusercontent.com/10137071/51880442-3a410000-23b2-11e9-8517-bdc0694425f7.png)
   
   我参考服务器配置把broker配置修改了如下几项,就好了:
   ```
   sendMessageThreadPoolNums=48
   useReentrantLockWhenPutMessage=true
   waitTimeMillsInSendQueue=500
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services