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 2020/09/08 05:56:38 UTC

[GitHub] [pulsar] 315157973 opened a new pull request #8004: Fix dispatchRate is overwritten

315157973 opened a new pull request #8004:
URL: https://github.com/apache/pulsar/pull/8004


   Fixes #7863
   
   ### Motivation
   1) Topic level policy will be overwritten by namespace level
   2) After removing the topic level policy, `DispatchLimiter` does not take effect, and the namespace level policy should be used
   
   ### Modifications
   1)If there is a topic-level policy, it will not be overwritten by the namespace-level policy when the policy is updated
   2)When removing topic-level policy, namespace-level policy will be used. If the namespace-level policy does not exist, the broker level will be used
   
   ### Verifying this change
   unit test:
   TopicPoliciesTest#testPolicyOverwrittenByNamespaceLevel
   


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] jiazhai merged pull request #8004: Fix dispatchRate is overwritten

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


   


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] 315157973 commented on pull request #8004: Fix dispatchRate is overwritten

Posted by GitBox <gi...@apache.org>.
315157973 commented on pull request #8004:
URL: https://github.com/apache/pulsar/pull/8004#issuecomment-688671755


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] 315157973 commented on pull request #8004: Fix dispatchRate is overwritten

Posted by GitBox <gi...@apache.org>.
315157973 commented on pull request #8004:
URL: https://github.com/apache/pulsar/pull/8004#issuecomment-688818163


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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.

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