This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 0e5de86 fix issue-8042 (#8191)
0e5de86 is described below
commit 0e5de864712d03df53e5b9fa75585b9ab46978bd
Author: nannanfighting <[email protected]>
AuthorDate: Fri Jul 2 13:26:23 2021 +0800
fix issue-8042 (#8191)
Co-authored-by: stoneapple <[email protected]>
---
.../java/org/apache/dubbo/registry/integration/RegistryProtocol.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java
b/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java
index 2184768..3ccaa24 100644
---
a/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java
+++
b/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryProtocol.java
@@ -678,7 +678,7 @@ public class RegistryProtocol implements Protocol {
//The current, may have been merged many times
URL currentUrl = exporter.getInvoker().getUrl();
//Merged with this configuration
- URL newUrl = getConfigedInvokerUrl(configurators, currentUrl);
+ URL newUrl = getConfigedInvokerUrl(configurators, originUrl);
newUrl =
getConfigedInvokerUrl(providerConfigurationListener.getConfigurators(), newUrl);
newUrl =
getConfigedInvokerUrl(serviceConfigurationListeners.get(originUrl.getServiceKey())
.getConfigurators(), newUrl);