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

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


    from 3456269  Fix the topic in fenced state and can not recover. (#11737)
     new 2acefde  fix the bug,  can not update topic when  the update  
topicName is contained by an existed topic as a part (#11686)
     new 8ae8f55  Forget to update memory usage on message send timeout (#11761)
     new 587548e  Fixed race condition on multi-topic consumer (#11764)

The 3 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/admin/impl/PersistentTopicsBase.java    |  6 +-
 .../org/apache/pulsar/broker/admin/AdminTest.java  | 31 +++++++++
 .../client/impl/ProducerMemoryLimitTest.java       | 79 ++++++++++++++++++++++
 .../client/impl/MultiTopicsConsumerImpl.java       |  5 ++
 .../apache/pulsar/client/impl/ProducerImpl.java    |  1 +
 5 files changed, 119 insertions(+), 3 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerMemoryLimitTest.java

Reply via email to