This is an automated email from the ASF dual-hosted git repository.
baodi pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 830acea4f44 [fix][broker] Fixed reset for AggregatedNamespaceStats
(#21225)
new c2c9db3d626 [fix][broker] fix bug caused by optimistic locking (#18390)
new edbb6bba03a [fix][broker] fix ModularLoadManagerImpl always delete
active bundle-data. sec ver. (#20620)
The 2 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:
.../loadbalance/impl/ModularLoadManagerImpl.java | 21 ++--
.../impl/ModularLoadManagerImplTest.java | 119 +++++++++++++++++++++
.../util/collections/ConcurrentLongHashMap.java | 25 +++--
.../collections/ConcurrentLongLongPairHashMap.java | 39 ++++---
.../util/collections/ConcurrentLongPairSet.java | 41 ++++---
.../util/collections/ConcurrentOpenHashMap.java | 39 ++++---
.../util/collections/ConcurrentOpenHashSet.java | 22 ++--
.../apache/pulsar/common/util/FutureUtilTest.java | 1 -
.../collections/ConcurrentLongHashMapTest.java | 62 ++++++++++-
.../ConcurrentLongLongPairHashMapTest.java | 65 +++++++++++
.../collections/ConcurrentLongPairSetTest.java | 64 +++++++++++
.../collections/ConcurrentOpenHashMapTest.java | 64 +++++++++++
.../collections/ConcurrentOpenHashSetTest.java | 64 +++++++++++
13 files changed, 543 insertions(+), 83 deletions(-)