You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/05/26 17:40:36 UTC

[pulsar] branch master updated (772a888 -> 4b2c673)

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

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


    from 772a888  [Doc] Add descriptions for managed cursor acknowledgment state (2.7.3) (#10714)
     add 4b2c673  Fix inconsistent behavior in LongPairRangeSet (#10713)

No new revisions were added by this update.

Summary of changes:
 .../common/util/collections/LongPairRangeSet.java  | 14 ++++-
 .../util/collections/DefaultRangeSetTest.java      | 63 ++++++++++++++++++++++
 2 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-common/src/test/java/org/apache/pulsar/common/util/collections/DefaultRangeSetTest.java