You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/03/15 03:42:49 UTC

[pulsar] branch master updated (1b1e48c -> 8e7006f)

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

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 1b1e48c  [doc] Fix description about subscription backlog, use entries could be more accurate (#14623)
     add 8e7006f  Reduce unnecessary expansions for ConcurrentLong map and set (#14562)

No new revisions were added by this update.

Summary of changes:
 .../util/collections/ConcurrentLongHashMap.java    | 10 ++++++
 .../util/collections/ConcurrentLongPairSet.java    | 11 ++++---
 .../util/collections/ConcurrentOpenHashMap.java    | 19 ++++++++++++
 .../util/collections/ConcurrentOpenHashSet.java    | 18 +++++++++++
 .../collections/ConcurrentLongHashMapTest.java     | 19 ++++++++++++
 .../collections/ConcurrentLongPairSetTest.java     | 19 ++++++++++++
 .../collections/ConcurrentOpenHashMapTest.java     | 19 ++++++++++++
 .../collections/ConcurrentOpenHashSetTest.java     | 36 +++++++++++++++++-----
 8 files changed, 138 insertions(+), 13 deletions(-)