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 2021/08/03 00:54:47 UTC

[pulsar] branch master updated (03aedc7 -> f1f0add)

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 03aedc7  [Python Schema] Fix python schema array map with record (#11530)
     add f1f0add  Add offload ledger info for admin topics stats (#11465)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/mledger/ManagedLedger.java   | 21 +++++++++++++++++
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 26 ++++++++++++++++++++--
 .../broker/service/persistent/PersistentTopic.java |  3 +++
 .../common/policies/data/stats/TopicStatsImpl.java | 12 ++++++++++
 .../policies/data/PersistentTopicStatsTest.java    |  3 +++
 .../offload/jcloud/impl/MockManagedLedger.java     | 15 +++++++++++++
 6 files changed, 78 insertions(+), 2 deletions(-)