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

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


    from f33a3f4ad9e [fix][cli] Fix the bug when set-retention specified size 
with -T (#22150)
     add 3b3c713192b [fix][broker] Fix broker not starting when both 
transactions and the Extensible Load Manager are enabled (#22139)

No new revisions were added by this update.

Summary of changes:
 .../service/persistent/PersistentSubscription.java |   4 +-
 .../broker/service/persistent/PersistentTopic.java |   3 +-
 .../ExtensibleLoadManagerImplBaseTest.java         | 166 +++++++++++++++++++++
 .../extensions/ExtensibleLoadManagerImplTest.java  | 125 +---------------
 ...dManagerImplWithTransactionCoordinatorTest.java |  55 +++++++
 .../integration/messaging/MessagingSmokeTest.java  | 107 +++++++++++++
 .../integration/topologies/PulsarCluster.java      |   2 +-
 .../topologies/PulsarClusterTestBase.java          |  15 ++
 .../src/test/resources/pulsar-messaging.xml        |   1 +
 9 files changed, 353 insertions(+), 125 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/extensions/ExtensibleLoadManagerImplBaseTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/loadbalance/extensions/ExtensibleLoadManagerImplWithTransactionCoordinatorTest.java
 create mode 100644 
tests/integration/src/test/java/org/apache/pulsar/tests/integration/messaging/MessagingSmokeTest.java

Reply via email to