Is this
```
if (CollectionUtils.isEmpty(result) && !isForceUseTag(invocation)) {
result = filterInvoker(invokers, invoker ->
StringUtils.isEmpty(invoker.getUrl().getParameter(Constants.TAG_KEY)));
}
```
should not be irrespective of whether **tag** present or not? I was just
referring to 2.6.x implementaion where it seems to me this logic is outside of
whether tag is present or not.
[ Full content available at:
https://github.com/apache/incubator-dubbo/pull/3233 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]