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/08 05:38:07 UTC

[GitHub] [dubbo-go] fingthinking opened a new issue #1308: url.getParam不支持优先级导致invoker无法清理

fingthinking opened a new issue #1308:
URL: https://github.com/apache/dubbo-go/issues/1308


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   在`registry/directory/directory.go#doCacheInvoker`位置处`cacheInvokersMap.Store`使用到的key为provider与consumer merge之后的url获取得到的key。
   而`registry/directory/directory.go#uncacheInvokerWithKey`此处的key则仅仅是provider获取的到的key。
   
   dubbo Java版本中支持参数`default.group="g1"`这类参数,则当consumer端配置了`group="g1"`时,二者合并后得到的key中是包含有group="g1", 而纯粹的provider的url则表现为group="",从而导致invoker无法被销毁。
   
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


-- 
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-go] fingthinking closed issue #1308: url.getParam不支持优先级导致invoker无法清理

Posted by GitBox <gi...@apache.org>.
fingthinking closed issue #1308:
URL: https://github.com/apache/dubbo-go/issues/1308


   


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