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

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


    from cea5409cde1 [fix][sec] Upgrade postgresql version to avoid 
CVE-2024-1597 (#22635)
     new 1cf6a72f970 [fix] [broker] rename to changeMaxReadPositionCount 
(#22656)
     new e300fbd7218 [fix][broker] fix replicated subscriptions for 
transactional messages (#22452)

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:
 .../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 +++++++++++++++++++++
 .../broker/transaction/TransactionProduceTest.java |  36 ++++
 .../pulsar/broker/transaction/TransactionTest.java |  14 +-
 11 files changed, 355 insertions(+), 47 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/TransactionalReplicateSubscriptionTest.java

Reply via email to