theonefx commented on issue #8097:
URL: https://github.com/apache/dubbo/issues/8097#issuecomment-865951684


   你好,我是 sca 这边的同学,你反馈的这个问题之前确实是存在的。
   之前的逻辑,是为了提升效率,直接使用clone的方式来创建新的 URL。
   在之前的实现中,认为同一个应用的同一个接口,除了ip和端口其他都应该是一致的。这就导致了你现在碰到的这个问题。
   
   最新的实现,参照了 dubbo3 的 revision 机制,会对所有提供的服务计算一个版本号,不再单独使用应用名做分组。应该是能解决这个问题的。
   
   最新的代码已经包含了这部分逻辑,正式版本最近会发布,目前你可以使用 2.2.6-bugfix5-SNAPSHOT 试一下。
   期待你的答复。


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to