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 2022/10/11 08:08:50 UTC

[GitHub] [pulsar] RobertIndie commented on a diff in pull request #17985: [fix][broker] Fix starting bookie in the standalone not respecting the `standalone.conf`

RobertIndie commented on code in PR #17985:
URL: https://github.com/apache/pulsar/pull/17985#discussion_r991976892


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/bookkeeper/BKCluster.java:
##########
@@ -319,7 +327,8 @@ private void startAutoRecovery(BookieServer bserver,
     }
 
     private ServerConfiguration newBaseServerConfiguration() {
-        ServerConfiguration confReturn = new ServerConfiguration();
+        ServerConfiguration confReturn =
+                new ServerConfiguration(this.clusterConf.bkServerConf.orElse(new ServerConfiguration()));

Review Comment:
   Thanks.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org