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/11/18 07:14:51 UTC

[GitHub] [pulsar] hangc0276 opened a new pull request #5679: Dev master

hangc0276 opened a new pull request #5679: Dev master
URL: https://github.com/apache/pulsar/pull/5679
 
 
   Fixes [#5346](https://github.com/apache/pulsar/issues/5346)
   
   When start pulsar in standalone mode, and specify zookeeper port using `bin/pulsar standalone --zookeeper-port 2183`, the pulsar will start failed if `configurationStoreServers` is set in conf/standalone.conf and the port not same with --zookeeper-port set in command line.
   
   The reason is `--zookeeper-port` set in command line only override zkServer configuration and will not override `configurationStoreServers` in conf/standalone.conf.
   
   In my fix, i will override `configurationStoreServers` if using `--zookeeper-port` to setup pulsar in standalone mode.

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