You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by shroman <gi...@git.apache.org> on 2017/02/17 07:37:55 UTC

[GitHub] incubator-rocketmq pull request #61: [ROCKETMQ-98]Fix risk of unable to rele...

Github user shroman commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/61#discussion_r101699903
  
    --- Diff: common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java ---
    @@ -47,6 +47,7 @@
         private boolean autoCreateSubscriptionGroup = true;
         private String messageStorePlugIn = "";
     
    +    //thread counts for sending message, if large number threads are needed, we suggest setting useReentrantLockWhenPutMessage=true(in MessageStoreConfig)
    --- End diff --
    
    Is this suggestion based on observations in RocketMQ production environments?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---