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/03/07 13:06:19 UTC

[GitHub] [rocketmq] duhenglucky commented on a change in pull request #851: [ISSUE #849]Solving the performance problem of MQClientInstance

duhenglucky commented on a change in pull request #851: [ISSUE #849]Solving the performance problem of MQClientInstance
URL: https://github.com/apache/rocketmq/pull/851#discussion_r263372696
 
 

 ##########
 File path: client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java
 ##########
 @@ -102,6 +102,8 @@
         new ConcurrentHashMap<String, HashMap<Long, String>>();
     private final ConcurrentMap<String/* Broker Name */, HashMap<String/* address */, Integer>> brokerVersionTable =
         new ConcurrentHashMap<String, HashMap<String, Integer>>();
+    private final ConcurrentMap<String/* Broker Name */, HashMap<String/* address */, Long>> versionUpdateTimeTable =
 
 Review comment:
   It seems that the versionUpdateTimeTable and  brokerVersionTable  would be difficult to keep insistence. 

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


With regards,
Apache Git Services