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 2022/04/26 09:48:39 UTC

[GitHub] [dubbo] ldkjdk opened a new issue, #9972: dubbo.force.tag setting bug

ldkjdk opened a new issue, #9972:
URL: https://github.com/apache/dubbo/issues/9972

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.7
   * Operating System version: xxx
   * Java version: all
   
   ### Steps to reproduce this issue
   
   1. issue code https://github.com/apache/dubbo/blob/3.0/dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/RpcInvocation.java
   ![image](https://user-images.githubusercontent.com/12707336/165263522-12175f70-295c-4a26-84c3-27d9d35db2b1.png)
   
   2.  maven depency
   ![image](https://user-images.githubusercontent.com/12707336/165263862-dc49ae09-9fad-46b4-8354-3814ddd6fc1d.png)
   the method isForceUseTag is always return false.
     private boolean isForceUseTag(Invocation invocation) {
           return Boolean.valueOf(invocation.getAttachment(FORCE_USE_TAG, url.getParameter(FORCE_USE_TAG, "false")));
       }
   
   3. code confused  between org.apache.dubbo.rpc  and  com.alibaba.dubbo.rpc  in one dubbo package 
   
   


-- 
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.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