fangpengcheng95 opened a new pull request #5998: [Issue 5983][docs] promote assign the advertisedAddress when startup … URL: https://github.com/apache/pulsar/pull/5998 **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
---------------------------------------------------------------- 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
