You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/02 20:34:49 UTC

[GitHub] rdhabalia commented on a change in pull request #626: Reduce memory settings for LocalBookieEsemble in tests mode

rdhabalia commented on a change in pull request #626: Reduce memory settings for LocalBookieEsemble in tests mode
URL: https://github.com/apache/incubator-pulsar/pull/626#discussion_r130988880
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/PulsarStandaloneStarter.java
 ##########
 @@ -149,7 +149,7 @@ void start() throws Exception {
         if (!onlyBroker) {
             // Start LocalBookKeeper
             bkEnsemble = new LocalBookkeeperEnsemble(numOfBk, zkPort, bkPort, zkDir, bkDir, wipeData);
-            bkEnsemble.start();
+            bkEnsemble.startStandalone();
 
 Review comment:
   many other tests uses `LocalBookkeeperEnsemble.start()` so, should we change in all other tests as well?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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