You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/09/07 07:27:41 UTC

[pulsar] branch master updated (1d907b7b23e -> 09edcceab41)

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

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


    from 1d907b7b23e [improve][cli] Pulsar shell: fix custom commands autocompletion (#17479)
     add 09edcceab41 [improve][broker] Improve cursor.getNumberOfEntries if isUnackedRangesOpenCacheSetEnabled=true (#17465)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java | 41 +++++++++++++---------
 .../bookkeeper/mledger/impl/RangeSetWrapper.java   |  5 +++
 .../ConcurrentOpenLongPairRangeSet.java            | 23 ++++++++++++
 .../common/util/collections/LongPairRangeSet.java  | 10 ++++++
 .../ConcurrentOpenLongPairRangeSetTest.java        | 20 +++++++++++
 5 files changed, 82 insertions(+), 17 deletions(-)