You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/21 02:44:42 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request #12109: [Cherry-pick] Fix subscribeRateLimiter cannot be disabled

Technoboy- opened a new pull request #12109:
URL: https://github.com/apache/pulsar/pull/12109


   Cherry pick #11614.
   
   ## Motivation
   SubscribeRateLimiter cannot be disabled now.
   When there are many subscriptions, it will cause some memory leaks.
   
   - Even if subscribeThrottlingRatePerConsumer=0, each subscription will still create SubscribeRateLimiter
   - Whether it is Broker-level, namespace-level or topic-level, after SubscribeRateLimiter is enabled, it cannot be disabled
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui merged pull request #12109: [Cherry-pick] Fix subscribeRateLimiter cannot be disabled

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #12109:
URL: https://github.com/apache/pulsar/pull/12109


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org