This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.
from 669705c Fix FailbackClusterInvoker one risk of memory leak #2425
(#2822)
new 2a763b9 Fix UT
new ddf0cba merge UT into one file
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dubbo/rpc/cluster/router/tag/TagRouter.java | 2 +-
.../registry/integration/RegistryDirectory.java | 40 +++++++++------
.../registry/integration/RegistryProtocol.java | 7 +--
.../dubbo/registry/dubbo/DubboRegistryFactory.java | 2 +
.../registry/dubbo/RegistryDirectoryTest.java | 58 +++++++++++++---------
.../dubbo/registry/dubbo/RegistryProtocolTest.java | 18 +++++++
.../registry/integration/RegistryProtocolTest.java | 23 ---------
7 files changed, 85 insertions(+), 65 deletions(-)
delete mode 100644
dubbo-registry/dubbo-registry-default/src/test/java/org/apache/dubbo/registry/integration/RegistryProtocolTest.java