You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/19 12:18:16 UTC

[GitHub] [dubbo] liunancun commented on issue #10763: 内网服务连接外网阿里云上部署的100台服务启动时间超长(5分钟以上)

liunancun commented on issue #10763:
URL: https://github.com/apache/dubbo/issues/10763#issuecomment-1283921013

   2022-10-19 20:12:52.763  INFO 1 --- [NettyClientWorker-5-1] o.a.d.r.t.netty4.NettyClientHandler      :  [DUBBO] The connection of /172.17.0.9:51750 -> /192.168.99.176:20202 is established., dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.770  INFO 1 --- [main] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successfully connect to server /192.168.99.176:20202 from NettyClient 172.17.0.9 using dubbo version 3.1.1, channel is NettyChannel [channel=[id: 0x7b746cb3, L:/172.17.0.9:51750 - R:/192.168.99.176:20202]], dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.770  INFO 1 --- [main] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Start NettyClient /172.17.0.9 connect to the server /192.168.99.176:20202, dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.839  INFO 1 --- [main] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successfully connect to server /192.168.99.123:20202 from NettyClient 172.17.0.9 using dubbo version 3.1.1, channel is NettyChannel [channel=[id: 0xcc74f381, L:/172.17.0.9:44734 - R:/192.168.99.123:20202]], dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.839  INFO 1 --- [NettyClientWorker-5-2] o.a.d.r.t.netty4.NettyClientHandler      :  [DUBBO] The connection of /172.17.0.9:44734 -> /192.168.99.123:20202 is established., dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.839  INFO 1 --- [main] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Start NettyClient /172.17.0.9 connect to the server /192.168.99.123:20202, dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.842  INFO 1 --- [NettyClientWorker-5-3] o.a.d.r.t.netty4.NettyClientHandler      :  [DUBBO] The connection of /172.17.0.9:50534 -> /192.168.99.175:20202 is established., dubbo version: 3.1.1, current host: 172.17.0.9
   2022-10-19 20:12:52.842  INFO 1 --- [main] o.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successfully connect to server /192.168.99.175:20202 from NettyClient 172.17.0.9 using dubbo version 3.1.1, channel is NettyChannel [channel=[id: 0x8425ea63, L:/172.17.0.9:50534 - R:/192.168.99.175:20202]], dubbo version: 3.1.1, current host: 172.17.0.9
   
   看这日志他是会去连接我外网的100台服务器吗?要等100台服务器都连接成功了才能完全启动?在这之前整个服务都是无法提供服务的,http端口也访问不了


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org