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

lhotari pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 1f0afdd6738 [fix][broker] usedLocallySinceLastReport should always be 
reset (#22672)
     new 4cd8a674b80 [fix][storage] ReadonlyManagedLedger initialization does 
not fill in the properties (#22630)
     new 1e53635fb25 [fix] [broker] rename to changeMaxReadPositionCount 
(#22656)
     new 9ddf78d4224 [fix][broker] Fix ProducerBusy issue due to incorrect 
userCreatedProducerCount on non-persistent topic (#22685)
     new a0b90bcafc3 [fix][client] Fix ReaderBuilder doest not give 
illegalArgument on connection failure retry (#22639)
     new 31a19973d67 [fix][sec] Upgrade postgresql version to avoid 
CVE-2024-1597 (#22635)
     new e99bf9a4a77 [fix][broker] fix replicated subscriptions for 
transactional messages (#22452)

The 6 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/impl/ReadOnlyManagedLedgerImpl.java    |   8 +
 .../impl/ReadOnlyManagedLedgerImplTest.java        | 103 ++++++++++++
 pom.xml                                            |   4 +-
 .../service/nonpersistent/NonPersistentTopic.java  |  10 --
 .../broker/service/persistent/PersistentTopic.java |  26 +--
 .../ReplicatedSubscriptionsController.java         |   4 +-
 .../transaction/buffer/TransactionBuffer.java      |   3 +-
 .../buffer/impl/InMemTransactionBuffer.java        |  13 +-
 .../buffer/impl/TopicTransactionBuffer.java        |  82 +++++++---
 .../buffer/impl/TransactionBufferDisable.java      |  13 +-
 .../pulsar/broker/service/PersistentTopicTest.java |   4 +-
 .../broker/service/ReplicatorSubscriptionTest.java |  25 +++
 .../TransactionalReplicateSubscriptionTest.java    | 182 +++++++++++++++++++++
 .../nonpersistent/NonPersistentTopicTest.java      |  22 +++
 .../broker/transaction/TransactionProduceTest.java |  36 ++++
 .../pulsar/broker/transaction/TransactionTest.java |  14 +-
 .../org/apache/pulsar/client/impl/ReaderTest.java  |  27 +++
 .../pulsar/client/impl/ReaderBuilderImpl.java      |   5 +-
 .../apache/pulsar/client/impl/BuildersTest.java    |   2 +-
 19 files changed, 521 insertions(+), 62 deletions(-)
 create mode 100644 
managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ReadOnlyManagedLedgerImplTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/TransactionalReplicateSubscriptionTest.java

Reply via email to