You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/08 14:46:46 UTC

[GitHub] [pulsar] jinxiaoyi created a discussion: pulsar-daemon start standalone

GitHub user jinxiaoyi created a discussion: pulsar-daemon start standalone

when i start pulsar2.10.1 use  ./pulsar-daemon start standalone    
3181 port is already use.   how can i  fix it.  may i change the port?

GitHub link: https://github.com/apache/pulsar/discussions/17550

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org


[GitHub] [pulsar] jinxiaoyi added a comment to the discussion: pulsar-daemon start standalone

Posted by GitBox <gi...@apache.org>.
GitHub user jinxiaoyi added a comment to the discussion: pulsar-daemon start standalone

i try to update  conf/standalone.conf and  set bookiePort=3183 , but it work on 3181.   

GitHub link: https://github.com/apache/pulsar/discussions/17550#discussioncomment-3632890

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org


[GitHub] [pulsar] jinxiaoyi added a comment to the discussion: pulsar-daemon start standalone

Posted by GitBox <gi...@apache.org>.
GitHub user jinxiaoyi added a comment to the discussion: pulsar-daemon start standalone

i also update conf/bookkeeper.conf and set bookiePort=3183 , but it work on 3181  use  bin/pulsar-daemon start standalone

GitHub link: https://github.com/apache/pulsar/discussions/17550#discussioncomment-3632987

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org


[GitHub] [pulsar] michaeljmarshall added a comment to the discussion: pulsar-daemon start standalone

Posted by GitBox <gi...@apache.org>.
GitHub user michaeljmarshall added a comment to the discussion: pulsar-daemon start standalone

This is the bookkeeper port. You can update it in the `conf/standalone.conf` by setting the following to a different port:

```conf
bookiePort=3181
```

GitHub link: https://github.com/apache/pulsar/discussions/17550#discussioncomment-3603331

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org