This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 82308b95f59 [improve][broker] Propagate cause exception in
TopicBusyException when applicable (#22596)
new 78cda11de37 [fix][txn] Fix getting last message ID when there are
ongoing transactions (#21466)
new ad00315f61b [fix][broker] Reader stuck after call hasMessageAvailable
when enable replicateSubscriptionState (#22572)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../mledger/util/ManagedLedgerImplUtils.java | 82 +++++++++++++
.../mledger/util/ManagedLedgerImplUtilsTest.java | 74 ++++++++++++
.../apache/pulsar/broker/service/ServerCnx.java | 40 ++++---
.../org/apache/pulsar/broker/service/Topic.java | 7 ++
.../broker/service/persistent/PersistentTopic.java | 22 +++-
.../buffer/impl/InMemTransactionBuffer.java | 5 +-
.../buffer/impl/TopicTransactionBuffer.java | 3 +-
.../buffer/impl/TransactionBufferDisable.java | 8 +-
.../broker/service/ReplicatorSubscriptionTest.java | 77 ++++++++++++
...ReplicatorSubscriptionWithTransactionTest.java} | 41 ++++---
.../buffer/TopicTransactionBufferTest.java | 132 +++++++++++++++++++++
11 files changed, 449 insertions(+), 42 deletions(-)
create mode 100644
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/util/ManagedLedgerImplUtils.java
create mode 100644
managed-ledger/src/test/java/org/apache/bookkeeper/mledger/util/ManagedLedgerImplUtilsTest.java
copy
pulsar-broker/src/test/java/org/apache/pulsar/broker/{admin/BrokerStatTest.java
=> service/ReplicatorSubscriptionWithTransactionTest.java} (51%)