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

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


    from fe6d02812cb [improve][client] Implement tls_client_auth for 
AuthenticationOAuth2 (#25538)
     new 4330c2f16ec [fix][broker] Move pending acks cleanup to selected 
mark-delete callbacks (#25592)
     new e3419ce67b3 [fix][broker] Close pending acks cleanup gap in 
BacklogQuotaManager (#25624)

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:
 .../pulsar/broker/service/BacklogQuotaManager.java |  68 +++++++++--
 .../org/apache/pulsar/broker/service/Consumer.java | 132 ++++++++++++---------
 .../apache/pulsar/broker/service/Dispatcher.java   |   9 ++
 .../pulsar/broker/service/PendingAcksMap.java      |  35 +++++-
 .../PersistentDispatcherMultipleConsumers.java     |  24 ++--
 .../persistent/PersistentMessageExpiryMonitor.java |  10 +-
 ...istentStickyKeyDispatcherMultipleConsumers.java |   1 +
 ...tickyKeyDispatcherMultipleConsumersClassic.java |   4 +-
 .../service/persistent/PersistentSubscription.java |   6 +-
 .../broker/service/BacklogQuotaManagerTest.java    | 129 ++++++++++++++++++++
 .../client/impl/TransactionEndToEndTest.java       |   8 --
 11 files changed, 328 insertions(+), 98 deletions(-)

Reply via email to