aloyszhang commented on a change in pull request #14686:
URL: https://github.com/apache/pulsar/pull/14686#discussion_r828871275



##########
File path: 
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/bookkeeper/AbstractMetadataDriver.java
##########
@@ -98,7 +98,9 @@ void createMetadataStore() throws MetadataException {
 
             String url;
             try {
-                url = 
conf.getMetadataServiceUri().replaceFirst(METADATA_STORE_SCHEME + ":", "");
+                url = conf.getMetadataServiceUri()
+                        .replaceFirst(METADATA_STORE_SCHEME + ":", "")
+                        .replace(";", ",");

Review comment:
       > Set metadataServiceUri in bookkeeper.conf with comma, it will also 
cause this issue, Because of BK side
   
   This is a known issue https://github.com/apache/bookkeeper/issues/2900




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to