Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.7.11版本 method retries 无效,2.7.8版本有效 #8292

Closed
2 tasks
soul007 opened this issue Jul 14, 2021 · 4 comments
Closed
2 tasks

2.7.11版本 method retries 无效,2.7.8版本有效 #8292

soul007 opened this issue Jul 14, 2021 · 4 comments
Labels
help wanted Everything needs help from contributors

Comments

@soul007
Copy link

soul007 commented Jul 14, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.11
  • Operating System version: windows
  • Java version: 1.8

Steps to reproduce this issue

  1. 2.7.11版本 method retries 无效,2.7.8版本有效

image

@yuhong0206
Copy link

2.7.8之后的几个版本中 @method 中的参数都没有效果。但现在2.7.10之前的版本被爆出有漏洞,又必须得升级,这就很尴尬了。这个bug怎么每次更新了几个版本后会再次出现啊

@harvies
Copy link

harvies commented Jul 15, 2021

mark

@AlbumenJ AlbumenJ added the help wanted Everything needs help from contributors label Jul 19, 2021
@hengyoush
Copy link
Contributor

org/apache/dubbo/registry/integration/RegistryDirectory.java:358

        // The combination of directoryUrl and override is at the end of notify, which can't be handled here
//        this.overrideDirectoryUrl = this.overrideDirectoryUrl.addParametersIfAbsent(providerUrl.getParameters()); // Merge the provider side parameters

The problem seems to be caused by the code being commented out.

@CrazyHZM
Copy link
Member

Resolved in #9147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Everything needs help from contributors
Projects
None yet
Development

No branches or pull requests

7 participants