You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/11/26 07:27:54 UTC

[pulsar] branch master updated (48506e5 -> 9e7b938)

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

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


    from 48506e5  fix setTxnidMostBits bug (#5743)
     add 9e7b938  Add publish rate limit for each broker to avoid OOM (#5710)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  24 +-
 conf/standalone.conf                               |  25 +-
 .../apache/pulsar/broker/ServiceConfiguration.java |  30 +-
 .../pulsar/broker/service/AbstractTopic.java       |  70 ++--
 .../pulsar/broker/service/BrokerService.java       | 148 ++++++--
 .../org/apache/pulsar/broker/service/Producer.java |   2 +-
 .../pulsar/broker/service/PublishRateLimiter.java  |  33 +-
 .../org/apache/pulsar/broker/service/Topic.java    |  12 +-
 .../client/impl/MessagePublishThrottlingTest.java  | 405 +++++++++++++++++++--
 9 files changed, 643 insertions(+), 106 deletions(-)