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/12/26 02:27:41 UTC

[GitHub] [pulsar] jiazhai commented on issue #5935: Multiple pulsar clusters use the same bookkeeper cluster ?

jiazhai commented on issue #5935: Multiple pulsar clusters use the same bookkeeper cluster ?
URL: https://github.com/apache/pulsar/issues/5935#issuecomment-568951598
 
 
   Thanks @SunDapeng1 for open this issue. currently `class PulsarClusterMetadataSetup`, which is called by command `bin/pulsar initialize-cluster-metadata`, will do all the metadata setup for Pulsar.
   As discussed here with @murong00 , 
   https://github.com/apache/pulsar/pull/5879#discussion_r359134619
   we should make this configuration more easy. 
   
   But, Seems in current code, of PulsarClusterMetadataSetup, it is using /ledgers for bookies by default? In your deployment, are you using the localzk as: zkhost:2181/pulsar ? maybe just change it back to zkhost:2181 would solve this issue?

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