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 2020/05/29 08:53:11 UTC

[pulsar] branch master updated (21a142a -> 8b7b60e)

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 21a142a  Remove the bundle load data info before performing the split (#7065)
     add 8b7b60e  Allow managed cursor to specify max read batch in bytes (#7060)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/mledger/ManagedCursor.java   | 36 ++++++++++++++-
 .../bookkeeper/mledger/impl/ManagedCursorImpl.java | 54 +++++++++++++++++++++-
 .../bookkeeper/mledger/impl/OpReadEntry.java       | 12 +++--
 .../mledger/impl/ManagedCursorContainerTest.java   | 10 ++++
 .../bookkeeper/mledger/impl/ManagedCursorTest.java | 25 ++++++++++
 5 files changed, 131 insertions(+), 6 deletions(-)