This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 7b17f87c454 [improve][cli] Pulsar shell: fix custom commands
autocompletion (#17479)
new 4cef40c6087
[fix][flaky-test]NamespaceServiceTest.flaky/testModularLoadManagerRemoveBundleAndLoad
(#17487)
new ea2aa4eb804 [improve][broker] Improve cursor.getNumberOfEntries if
isUnackedRangesOpenCacheSetEnabled=true (#17465)
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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 41 +++++++------
.../bookkeeper/mledger/impl/RangeSetWrapper.java | 5 ++
.../broker/namespace/NamespaceServiceTest.java | 68 ++++++++++++++++++----
.../ConcurrentOpenLongPairRangeSet.java | 23 ++++++++
.../common/util/collections/LongPairRangeSet.java | 10 ++++
.../ConcurrentOpenLongPairRangeSetTest.java | 20 +++++++
6 files changed, 140 insertions(+), 27 deletions(-)