shaowYe opened a new issue, #13603:
URL: https://github.com/apache/dubbo/issues/13603
MultipleRegistry 的initReferenceRegistry方法中
final URL registryUrl = URL.valueOf(tmpUrl).addParameterIfAbsent(CHECK_KEY,
url.getParameter(CHECK_KEY, "true"));
没有把 tmpUrl 中的 application 参数放到 registryUrl中,导致创建 registry 缓存的文件名中的
application 取到的是 null

--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]