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