提交 bc6c4908 编写于 作者: C chao.liuc

DUBBO-78 共享长连接 去掉无用的warning

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@621 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 c379e626
...@@ -308,7 +308,7 @@ public class DubboProtocol extends AbstractProtocol { ...@@ -308,7 +308,7 @@ public class DubboProtocol extends AbstractProtocol {
client.incrementAndGetCount(); client.incrementAndGetCount();
return client; return client;
} else { } else {
logger.warn(new IllegalStateException("client is closed,but stay in clientmap .client :"+ client)); // logger.warn(new IllegalStateException("client is closed,but stay in clientmap .client :"+ client));
referenceClientMap.remove(key); referenceClientMap.remove(key);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册