You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/03/09 05:42:24 UTC

[pulsar] branch master updated (babae8e -> 105b7b8a)

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

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from babae8e  [C++] Handle exception in creating socket when fd limit is reached (#14587)
     add 105b7b8a [Broker] Tidy up code about dispatchRate (#14594)

No new revisions were added by this update.

Summary of changes:
 .../service/persistent/DispatchRateLimiter.java    | 58 +++++++--------------
 .../service/BrokerDispatchRateLimiterTest.java     | 59 ++++++++++++++++++++++
 2 files changed, 76 insertions(+), 41 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerDispatchRateLimiterTest.java