fangpengcheng95 opened a new issue #5983: one small barrier in start the 
standalone cluster
URL: https://github.com/apache/pulsar/issues/5983
 
 
   **Describe the bug**
   When I started a local standalone cluster according to the documentation, I 
encountered a small problem that the standalone cluster start failure.
   Using the following command
   ```shell
   bin/pulsar standalone
   ```
   The error message is as follows:
   ```shell
   Caused by: java.net.UnknownHostException: failed to resolve 
'pdeMacBook-Pro.local' after 4 queries
        at 
io.netty.resolver.dns.DnsResolveContext.finishResolve(DnsResolveContext.java:848)
 ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
        at 
io.netty.resolver.dns.DnsResolveContext.tryToFinishResolve(DnsResolveContext.java:809)
 ~[io.netty-netty-all-4.1.32.Final.jar:4.1.32.Final]
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   ```shell
   wget 
https://archive.apache.org/dist/pulsar/pulsar-2.4.2/apache-pulsar-2.4.2-bin.tar.gz
   tar xvfz apache-pulsar-2.4.2-bin.tar.gz
   bin/pulsar standalone
   ```
   
   **Desktop (please complete the following information):**
    - OS: Mac OS
   
   **Additional context**
   Actually, I have solved this problem by editing "advertisedAddress" 
configuration in standalone.conf.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to