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

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


    from 9cf8a613f76 [improve][broker] Improve dispatch performance by summing 
entry bytes with a loop (#26055)
     new 86256f15cfa [fix][broker] Fix replicator getting stuck under rate 
limiter throttling and honor readBatchSize/maxReadSizeBytes on the default read 
path (#26005)
     new fe64a9ec1d6 [fix][broker] Forward topic policy updates after init 
failures (#26110)

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:
 .../persistent/GeoPersistentReplicator.java        |   6 +-
 .../service/persistent/PersistentReplicator.java   | 185 ++++++--------
 .../broker/service/persistent/PersistentTopic.java |  22 +-
 .../broker/service/OneWayReplicatorTest.java       |  80 +++++++
 .../PersistentReplicatorInflightTaskTest.java      | 265 +++++++++++++--------
 .../service/persistent/PersistentTopicTest.java    |  46 ++++
 6 files changed, 383 insertions(+), 221 deletions(-)

Reply via email to