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/10/09 14:29:45 UTC

[GitHub] [pulsar] ccronemberger opened a new issue #5346: bin/pulsar standalone --zookeeper-port 2183 does not work with version 2.4.1

ccronemberger opened a new issue #5346: bin/pulsar standalone --zookeeper-port 2183 does not work with version 2.4.1
URL: https://github.com/apache/pulsar/issues/5346
 
 
   I need to run Zookeeper in a different port number, so I specify "--zookeeper-port 2183" in the command line, but it is still using default port 2181 in the BookieServer configuration. As you can see in the attached log.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to Pulsar installation directory
   2. Run the command "bin/pulsar standalone --zookeeper-port 2183"
   3. Search for 2181 in the logs
   4. You will find it in the zookeeperServers property in the log generate for org.apache.bookkeeper.proto.BookieServer.
   
   **Expected behavior**
   It should use the specified port in all places. I even tried to change the configuration in the bookkeeper.conf file, but it didn't help.
   
   **Desktop :**
    - OS: uname -a
   Linux GFT_BTB 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 30 14:19:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
   
   [output.log](https://github.com/apache/pulsar/files/3707871/output.log)
   
   

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