laglangyue opened a new issue, #28960: URL: https://github.com/apache/doris/issues/28960
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0 ### What's Wrong? deploy doris by docker-compose https://doris.apache.org/zh-CN/docs/install/construct-docker/run-docker-cluster ### What You Expected? 2023-12-25 06:02:50,876 WARN (main|1) [NetUtils.isPortAvailable():107] Edit log port 9010 is already in use. Please change the 'edit_log_port' in fe.conf and try again. But if this is not the first time your start this FE, please DO NOT change it. You need to find the service that occupies the port and shut it down, and then return the port to Doris. java.net.BindException: Address already in use (Bind failed) at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_342] at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:1.8.0_342] at java.net.ServerSocket.bind(ServerSocket.java:390) ~[?:1.8.0_342] at java.net.ServerSocket.<init>(ServerSocket.java:252) ~[?:1.8.0_342] at java.net.ServerSocket.<init>(ServerSocket.java:143) ~[?:1.8.0_342] at org.apache.doris.common.util.NetUtils.isPortAvailable(NetUtils.java:101) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.DorisFE.checkAllPorts(DorisFE.java:193) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.DorisFE.start(DorisFE.java:129) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.DorisFE.main(DorisFE.java:73) ~[doris-fe.jar:1.2-SNAPSHOT] ### How to Reproduce? if port port is used on Host computer deploy doris by https://doris.apache.org/zh-CN/docs/install/construct-docker/run-docker-cluster ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org