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/28 10:33:24 UTC

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

icersummer commented on issue #721: Question About [NOTIFYME]putMessage in lock cost time(ms)=4052
URL: https://github.com/apache/rocketmq/issues/721#issuecomment-458076841
 
 
   I met the same issue this morning, haven't got a solution for it. The issue is not reproducable for now. But it may occur after.
   
   I'm running RMQ in a 2 core cpu server. And I've changed the default spinlock to reentrantLock. 
   
   ```
   sendMessageThreadPoolNums=128
   useReentrantLockWhenPutMessage=true
   waitTimeMillsInSendQueue=1000
   defaultTopicQueueNums=16
   ```

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