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/11/25 10:48:52 UTC

[GitHub] [dubbo-spi-extensions] wxbty opened a new issue, #178: exception of "User specified server address not support refer new url in Dubbo 2.x"

wxbty opened a new issue, #178:
URL: https://github.com/apache/dubbo-spi-extensions/issues/178

   When I use dubbo2's UserSpecifiedAddressUtil.setAddress to change the ip, an exception prompts
   
   ```java
    throw new RpcException("User specified server address not support refer new url in Dubbo 2.x. Please upgrade to Dubbo 3.x and use dubbo-cluster-specify-address-dubbo3.");
   ```
   
   Why is the extension package of dubb2 provided, and an unsupported exception is thrown?
   
   dubbo-cluster-specify-address-dubbo3 did not throw an exception, and directly returned a null invoker. As I understand it, versions 2 and 3 should have consistent behavior.    #166 
   
   @AlbumenJ 
   
   
   


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


[GitHub] [dubbo-spi-extensions] AlbumenJ closed issue #178: exception of "User specified server address not support refer new url in Dubbo 2.x"

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #178: exception of  "User specified server address not support refer new url in Dubbo 2.x"
URL: https://github.com/apache/dubbo-spi-extensions/issues/178


-- 
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-spi-extensions] AlbumenJ commented on issue #178: exception of "User specified server address not support refer new url in Dubbo 2.x"

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #178:
URL: https://github.com/apache/dubbo-spi-extensions/issues/178#issuecomment-1328410143

   Due to the difference in the underlying implementation of Dubbo, Dubbo 2.x cannot provide the capability support required by all specified IPs. In order to unify the user-side API of the specified IP, in the Dubbo 2.x version, the upgrade to Dubbo 3.x can only be guided by throwing an exception.


-- 
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-spi-extensions] wxbty commented on issue #178: exception of "User specified server address not support refer new url in Dubbo 2.x"

Posted by GitBox <gi...@apache.org>.
wxbty commented on issue #178:
URL: https://github.com/apache/dubbo-spi-extensions/issues/178#issuecomment-1328721533

   The production scale of our dubbo service is relatively large, and it is not realistic to upgrade to v3 in the short term. We hope to support this function on dubbo2. I submitted a pr and used a method similar to V3 to solve it. The result showed that it was successful. I hope it can help to review.
   @AlbumenJ 


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