We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6691aa4 commit 7e4f8cfCopy full SHA for 7e4f8cf
1 file changed
dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/AbstractServer.java
@@ -198,10 +198,7 @@ public void connected(Channel ch) throws RemotingException {
198
@Override
199
public void disconnected(Channel ch) throws RemotingException {
200
if (getChannelsSize() == 0) {
201
- logger.warn(
202
- INTERNAL_ERROR,
203
- "unknown error in remoting module",
204
- "",
+ logger.info(
205
"All clients has disconnected from " + ch.getLocalAddress() + ". You can graceful shutdown now.");
206
}
207
super.disconnected(ch);
0 commit comments