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

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


    from f02853bc6c7 [improve][security] Add load multiple certificates support 
in TrustManagerProxy (#14798)
     new ad5d8a16bc1 [fix][proxy] Do not preserve host when forwarding admin 
requests. (#16342)
     new 7a9bd8f492b [fix][broker] The configuration 
loadBalancerNamespaceMaximumBundles is invalid (#16552)
     new 9d206584d4b Fix newLookup TooManyRequestsException message (#16594)
     new f30f348ccf2 [fix][broker] Fix consumer does not abide by the max 
unacks limitation for Shared subscription (#16670)
     new 120242477e8 [fix][broker] Fix consumer does not abide by the max 
unacks limitation for Key_Shared subscription (#16718)
     new 01dbf180942 [fix][broker] Retry to delete the namespace if new topics 
created during the namespace deletion (#16676)

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:
 .../pulsar/broker/admin/impl/NamespacesBase.java   | 26 +++++++----
 .../loadbalance/impl/BundleSplitterTask.java       | 12 ++++-
 .../PersistentDispatcherMultipleConsumers.java     |  3 ++
 ...istentStickyKeyDispatcherMultipleConsumers.java |  6 ++-
 .../loadbalance/impl/BundleSplitterTaskTest.java   | 52 ++++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     | 51 +++++++++++++++++++++
 .../client/api/v1/V1_ProducerConsumerTest.java     |  2 +-
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  5 ++-
 .../pulsar/proxy/server/ProxyServiceStarter.java   |  1 -
 .../proxy/server/AuthedAdminProxyHandlerTest.java  |  1 -
 .../SuperUserAuthedAdminProxyHandlerTest.java      |  1 -
 .../server/UnauthedAdminProxyHandlerTest.java      |  1 -
 12 files changed, 144 insertions(+), 17 deletions(-)

Reply via email to