You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/02/27 05:32:32 UTC

[rocketmq] branch develop updated (42ddf3d -> 3e1a5cc)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 42ddf3d  [RIP-10] Add test cases for ConsumerConnection (#834)
     new 656b014  use putIfAbsent instead of put
     new 9d77e9e  1.use putIfAbsent instead of put method of ConcurrentHashMap 2.add test code
     new b2544b5  rewrite unit test BrokerStatsManagerTest.java
     new 4bf4681  use putIfAbsent in MomentStatsItemSet.java
     new 32877cf  adjust test code to increase coverage
     new 3e1a5cc  Merge pull request #516 from xiangwangcheng/statsitemset-multi-thread

The 793 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../rocketmq/common/stats/MomentStatsItemSet.java  |  6 +-
 .../apache/rocketmq/common/stats/StatsItemSet.java |  6 +-
 .../rocketmq/common/stats/StatsItemSetTest.java    | 97 ++++++++++++++++++++++
 3 files changed, 103 insertions(+), 6 deletions(-)
 create mode 100644 common/src/test/java/org/apache/rocketmq/common/stats/StatsItemSetTest.java