You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/07/14 10:02:15 UTC

[GitHub] [dubbo] soul007 opened a new issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

soul007 opened a new issue #8292:
URL: https://github.com/apache/dubbo/issues/8292


   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) 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](https://user-images.githubusercontent.com/30169591/125603692-a5189ca7-4bb3-4cf7-b804-d5705e4b920c.png)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] yuhong0206 commented on issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
yuhong0206 commented on issue #8292:
URL: https://github.com/apache/dubbo/issues/8292#issuecomment-880510843


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] harvies commented on issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
harvies commented on issue #8292:
URL: https://github.com/apache/dubbo/issues/8292#issuecomment-880744522


   mark


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM closed issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #8292:
URL: https://github.com/apache/dubbo/issues/8292


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] CrazyHZM commented on issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8292:
URL: https://github.com/apache/dubbo/issues/8292#issuecomment-954290881


   Resolved in #9147


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] chickenlj closed issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
chickenlj closed issue #8292:
URL: https://github.com/apache/dubbo/issues/8292


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] hengyoush commented on issue #8292: 2.7.11版本 method retries 无效,2.7.8版本有效

Posted by GitBox <gi...@apache.org>.
hengyoush commented on issue #8292:
URL: https://github.com/apache/dubbo/issues/8292#issuecomment-885090301


   org/apache/dubbo/registry/integration/RegistryDirectory.java:358
   ```java
           // 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org