sijie commented on issue #2080: Geo-replication setup on K8s cluster URL: https://github.com/apache/bookkeeper/issues/2080#issuecomment-488960247 @maurya-m Can you try using ";" instead of ","? I think when "," is used in the bookie service uri, java URI ignores the string after ",", hence the ledger path becomes empty. BK_zkServers: zookeeper-1.abcdefg.com;zookeeper-2.abcdefg.com;zookeeper-3.abcdefg.com;zookeeper-4.abcdefg.com;zookeeper-5.abcdefg.com;zookeeper-6.abcdefg.com Btw, if you are using kubernetes and have setup a service for zookeeper, I think you can just the zookeeper service name without specifying all the zookeeper instances.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
