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/02/25 13:40:19 UTC

[pulsar] branch master updated (fcc1646 -> ddc5192)

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 fcc1646  [pulsar-admin] Change Exception to ParameterException in schemas cmd (#14437)
     add ddc5192  Fix can't read the latest message of the compacted topic (#14449)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/mledger/ManagedCursor.java   |  6 ++-
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java |  7 +--
 .../mledger/impl/ManagedCursorContainerTest.java   |  3 +-
 .../bookkeeper/mledger/impl/ManagedCursorTest.java |  6 +--
 .../mledger/impl/NonDurableCursorTest.java         |  2 +-
 .../service/persistent/PersistentSubscription.java | 10 ++++-
 .../pulsar/broker/service/PersistentTopicTest.java |  3 +-
 .../pulsar/compaction/CompactedTopicTest.java      | 50 ++++++++++++++++++++++
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  3 +-
 9 files changed, 78 insertions(+), 12 deletions(-)