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 14841768466 [improve][offload] Apply autoSkipNonRecoverableData 
configuration to tiered storage (#22531)
     new 49bcbb6c3da [fix][broker] Update topic partition failed when config 
maxNumPartitionsPerPartitionedTopic<0 (#22397)
     new 72d290abd49 [fix][broker] Fix message drop record in producer stat 
(#22458)
     new 8d0a412eb93 [improve][broker] backlog quota exceed limit log replaced 
with `debug` (#22488)
     new bf89f080744 [fix][test] SchemaMap in AutoConsumeSchema has been reused 
(#22500)
     new f97a0bdb973 [improve] Make the config `metricsBufferResponse` 
description more effective (#22490)
     new 5d474657869 [improve][broker] Add topic name to emitted error 
messages. (#22506)
     new becbaf198c5 [improve][broker] Repeat the handleMetadataChanges 
callback when configurationMetadataStore equals localMetadataStore (#22519)
     new 50293b75654 [improve][test] Move ShadowManagedLedgerImplTest to flaky 
tests (#22526)
     new 91ce98d4eb6 [fix][broker] Fix typos in Consumer class (#22532)
     new e7ff0678e56 [fix][broker] Fix broken topic policy implementation 
compatibility with old pulsar version (#22535)

The 10 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/ShadowManagedLedgerImplTest.java  |  2 +-
 .../apache/pulsar/broker/ServiceConfiguration.java |  9 ++-
 .../broker/admin/impl/PersistentTopicsBase.java    |  2 +-
 .../pulsar/broker/service/AbstractTopic.java       | 69 +++++++++++++---------
 .../pulsar/broker/service/BrokerService.java       |  4 +-
 .../org/apache/pulsar/broker/service/Consumer.java |  6 +-
 .../org/apache/pulsar/broker/service/Producer.java |  2 +-
 .../broker/service/persistent/PersistentTopic.java |  4 +-
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  6 +-
 .../pulsar/broker/admin/PersistentTopicsTest.java  | 45 ++++++++++++++
 ...kerInternalClientConfigurationOverrideTest.java | 42 ++++++++++++-
 .../client/api/SimpleProducerConsumerTest.java     | 66 ++++++++++++---------
 12 files changed, 185 insertions(+), 72 deletions(-)

Reply via email to