xiaotongwang1 edited a comment on issue #11532:
URL: https://github.com/apache/pulsar/issues/11532#issuecomment-892650340


   @codelipenghui  full stack update 
   
   问题触发条件:
   
   1、添加权限之后,基本能够复现卡顿的情况,zk /admin/policies 发送变化,ZK reloadCache --> 
zookeeperDataCache getDataAsync --> BrokerService listener onUpdate 
-->PersistentTopic onPoliciesUpdate 这里已经有Policies data,后面--> 
-->DispatchRateLimiter getPolicies 又去Cache获取一次。另外PersistentTopic 
onPoliciesUpdate  还会调用-->checkReplication 这里又会触发一次Cache get
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to