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 2020/06/02 02:24:16 UTC

[pulsar] branch master updated (778f692 -> 7c8dc32)

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 778f692  Update the function CLI description (#6980)
     add 7c8dc32  Fix NPE on opening non-durable cursors on an empty managed ledger (#7133)

No new revisions were added by this update.

Summary of changes:
 .../mledger/impl/NonDurableCursorImpl.java          |  9 +++++++--
 .../bookkeeper/mledger/impl/PositionImpl.java       |  6 +++++-
 .../mledger/impl/NonDurableCursorTest.java          | 21 +++++++++++++++++++++
 .../broker/service/persistent/PersistentTopic.java  |  3 ++-
 4 files changed, 35 insertions(+), 4 deletions(-)