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/12/12 08:54:41 UTC

[GitHub] [dubbo] q920447939 opened a new issue, #11121: Why does the console always appear ‘All clients has disconnected from....’

q920447939 opened a new issue, #11121:
URL: https://github.com/apache/dubbo/issues/11121

   Dubbo version : 3.1.3
   
   **consumer console log** :
   ```
    [WARN ] [NettyServerWorker-5-4]    2022-12-12 16:33:34.472  org.apache.dubbo.remoting.transport.AbstractServer[] -  [DUBBO] All clients has disconnected from /172.18.13.33:20882. You can graceful shutdown now., dubbo version: 3.1.3, current host: 172.18.13.33, error code: 6-4. This may be caused by , go to https://dubbo.apache.org/faq/6/4 to find instructions. 
   
   
    [INFO ] [NettyServerWorker-5-4]    2022-12-12 16:33:34.473  org.apache.dubbo.remoting.transport.netty4.NettyServerHandler[90] -  [DUBBO] The connection of /172.18.200.166:46124 -> /172.18.13.33:20882 is disconnected., dubbo version: 3.1.3, current host: 172.18.13.33
   
   
    [INFO ] [NettyServerWorker-5-5]    2022-12-12 16:33:45.477  org.apache.dubbo.remoting.transport.netty4.NettyServerHandler[75] -  [DUBBO] The connection of /172.18.200.166:46128 -> /172.18.13.33:20882 is established., dubbo version: 3.1.3, current host: 172.18.13.33
   ```
   
   
   **consumer application yaml config**:
   
   ```
   dubbo:
     registry:
       protocol: zookeeper
       address: 172.18.200.57:2181
       timeout: 250000
       parameters:
         blockUnitConnectedWait: 250
     protocol:
       name: dubbo
       port: 20882
     config-center:
       timeout: 10000
   ```
   
   
   provider config:
   ```
   dubbo:
     registry:
       protocol: zookeeper
       address: 172.18.200.57:2181
       timeout: 250000
       parameters:
         blockUnitConnectedWait: 250
     protocol:
       host:  172.18.200.166  // because 166 server has Multiple network, use special ip 
   ```
   
   provider log:
   ```
   port.netty4.NettyServerHandler[90] -  [DUBBO] The connection of /172.18.13.33:58987 -> /172.18.200.166:20881 is disconnected., dubbo version: 3.1.3, current host: 192.168.20.231
   port.netty4.NettyServerHandler[75] -  [DUBBO] The connection of /172.18.13.33:59027 -> /172.18.200.166:20881 is established., dubbo version: 3.1.3, current host: 192.168.20.231
   port.netty4.NettyServerHandler[90] -  [DUBBO] The connection of /172.18.13.33:59027 -> /172.18.200.166:20881 is disconnected., dubbo version: 3.1.3, current host: 192.168.20.231
   port.netty4.NettyServerHandler[75] -  [DUBBO] The connection of /172.18.13.33:59028 -> /172.18.200.166:20881 is established., dubbo version: 3.1.3, current host: 192.168.20.231
   port.netty4.NettyServerHandler[90] -  [DUBBO] The connection of /172.18.13.33:59028 -> /172.18.200.166:20881 is disconnected., dubbo version: 3.1.3, current host: 192.168.20.231
   
   ```
   172.18.13.33  is my machine IP(that is consumer )
   
   


-- 
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.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


[GitHub] [dubbo] shaowYe commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by "shaowYe (via GitHub)" <gi...@apache.org>.
shaowYe commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1543706627

   > 
   有个小小的语法问题,应该是have 不是has😁


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1611295719

   If we need to optimize this problem, we can print after offline or shutdownhook is triggered.


-- 
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


[GitHub] [dubbo] q920447939 commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by GitBox <gi...@apache.org>.
q920447939 commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1348294880

   > This can indicate that all consumer for this provider has been shutdown, which means no one can request current server.
   
   But the consumer server keeps running。
   Although it does not affect calling,But I feel that this will generate frequent socket connections


-- 
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


[GitHub] [dubbo] shaowYe commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by "shaowYe (via GitHub)" <gi...@apache.org>.
shaowYe commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1543707421

   > > > This can indicate that all consumer for this provider has been shutdown, which means no one can request current server.
   > > 
   > > 
   > > But the consumer server keeps running。 Although it does not affect calling,But I feel that this will generate frequent socket connections
   > 
   > If the consumer keep running, provider should not print connection closed message except connection lose, which may be caused by heartbeat failed or registry push.
   
   有个小小的语法问题,应该是have 不是has😁


-- 
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


Re: [I] Why does the console always appear ‘All clients has disconnected from....’ [dubbo]

Posted by "KeroZhai (via GitHub)" <gi...@apache.org>.
KeroZhai commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1970955373

   Same here. The consumer keeps disconnecting and reconnecting about every 3 minutes. Any help?


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1347864215

   This can indicate that all consumer for this provider has been shutdown, which means no one can request current server.


-- 
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


[GitHub] [dubbo] AlbumenJ commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1350478856

   > > This can indicate that all consumer for this provider has been shutdown, which means no one can request current server.
   > 
   > But the consumer server keeps running。 Although it does not affect calling,But I feel that this will generate frequent socket connections
   
   If the consumer keep running, provider should not print connection closed message except connection lose, which may be caused by heartbeat failed or registry push.


-- 
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


[GitHub] [dubbo] pengten commented on issue #11121: Why does the console always appear ‘All clients has disconnected from....’

Posted by "pengten (via GitHub)" <gi...@apache.org>.
pengten commented on issue #11121:
URL: https://github.com/apache/dubbo/issues/11121#issuecomment-1596447481

   I have the same question,   server keeps running


-- 
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