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 0ec3d731af1 [fix][build] Use amazoncorretto:21-alpine3.20 JDK build 
for Alpine 3.20 (#23898)
     new a22b758ab98 [fix][broker] Fix repeatedly acquired pending reads quota 
(#23869)
     new e640ec52ec2 [fix][test] Fix flaky 
DelayedDeliveryTest.testEnableTopicDelayedDelivery (#23893)
     new 3486043b693 [fix][broker Fix bug in RangeCache where different 
instance of the key wouldn't ever match (#23903)

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:
 .../mledger/impl/cache/PendingReadsManager.java    |   8 +-
 .../mledger/impl/cache/RangeEntryCacheImpl.java    |  26 ++-
 .../apache/bookkeeper/mledger/util/RangeCache.java | 109 +++++++---
 .../impl/InflightReadsLimiterIntegrationTest.java  | 231 +++++++++++++++++++++
 .../mledger/impl/ManagedLedgerBkTest.java          | 115 +++++++++-
 .../impl/cache/PendingReadsManagerTest.java        |   2 +-
 .../bookkeeper/mledger/util/RangeCacheTest.java    |  19 +-
 .../service/persistent/DelayedDeliveryTest.java    |   4 +-
 ...a => KeySharedSubscriptionBrokerCacheTest.java} | 178 ++++++----------
 pulsar-broker/src/test/resources/log4j2.xml        |   9 +
 .../coordinator/impl/TxnLogBufferedWriterTest.java |   9 +
 .../coordinator/test/MockedBookKeeperTestCase.java |   6 +-
 12 files changed, 557 insertions(+), 159 deletions(-)
 create mode 100644 
managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/InflightReadsLimiterIntegrationTest.java
 copy 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/{KeySharedSubscriptionDisabledBrokerCacheTest.java
 => KeySharedSubscriptionBrokerCacheTest.java} (61%)

Reply via email to