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 2019/08/27 03:57:31 UTC

[GitHub] [pulsar] merlimat opened a new pull request #5049: Reload zk cache asynchronously

merlimat opened a new pull request #5049: Reload zk cache asynchronously
URL: https://github.com/apache/pulsar/pull/5049
 
 
   ### Motivation
   
   Instead of doing a sync cache reload, which keeps the ordered executor thread blocked during the reload, rely on the async get.
   
   This will not affect the ordering of the reload of the cache, but will help avoiding deadlock situations. 

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


With regards,
Apache Git Services