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/28 04:37:53 UTC

[GitHub] [pulsar] hangc0276 edited a comment on pull request #12202: Fix getting stuck when adding producers

hangc0276 edited a comment on pull request #12202:
URL: https://github.com/apache/pulsar/pull/12202#issuecomment-928788414


   I doubt the write lock maybe not the root cause of this issue. 
   
   When checking `isProducersExceeded`, it will load policy data from zk if topic policy not configured. Once the first thread call `isProducersExceeded`, the policy will be cached, and the following check won't be blocked. 
   
   So in my opinion, you'd better check the zk read latency or there are something wrong in `ZooKeeperDataCache`. You can also the stack about ZooKeeperDataCache.


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