chenhuaming commented on issue #9605:
URL: https://github.com/apache/dubbo/issues/9605#issuecomment-1034057161


   可以复现这个问题。
   
   1. 首先配置 dubbo.protocol.port=-1 
   在一台centos机器里面,用docker来启动一个dubbo应用(docker 
hostname配置成外网域名,配置dubbo.protocol.host=hostname)
   这样启动就会报20880被占用。感觉问题跟这个差不多(https://github.com/apache/dubbo/issues/8859)
   
   ====================================== 解决方法
   配置了一个 dubbo.protocol.port=20957
   这样可以启动成功,但是MetadataService是发布在20880端口,其他服务发布在20957。
   感觉依然是个bug
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to