You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2022/09/22 13:50:19 UTC

[pulsar] branch master updated (a8b265da323 -> 63d4cf20e7b)

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

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


    from a8b265da323 [fix] [python client] Better Python garbage collection management for C++-owned objects (#16535)
     add 63d4cf20e7b ManagedLedger: move to FENCED state in case of BadVersionException (#17736)

No new revisions were added by this update.

Summary of changes:
 .../bookkeeper/mledger/ManagedLedgerException.java |  4 ++
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 54 ++++++++++++++---
 .../mledger/impl/ManagedLedgerErrorsTest.java      | 70 ++++++++++++++++++++++
 .../bookkeeper/mledger/impl/OffloadPrefixTest.java | 48 +++++++++++++++
 .../broker/service/persistent/PersistentTopic.java | 42 ++++++-------
 .../broker/service/BrokerBkEnsemblesTests.java     |  2 -
 6 files changed, 189 insertions(+), 31 deletions(-)