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/05/26 09:21:15 UTC

[GitHub] [pulsar] sijie commented on issue #4357: tenants list not match between brokers

sijie commented on issue #4357: tenants list not match between brokers
URL: https://github.com/apache/pulsar/issues/4357#issuecomment-495983169
 
 
   @jiazhai 
   
   I have worked with the engineer from huobi and figured out the problem. The problem is not in pulsar. The problem comes from a fall-behind zookeeper observer. 
   
   They setup a 6 nodes global zookeeper cluster, which 3 observers. If the broker connects to an observer that falls behind, it will not get all the namespace policies. Hence the latest created namespace will not show up.
   
   The problem is fixed by resetting that zookeeper observer. 

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