AlbumenJ commented on pull request #9284:
URL: https://github.com/apache/dubbo/pull/9284#issuecomment-972901363


   InstanceAddressURL 是为了在地址规模很大的时候的聚合优化方案。所以 InstanceAddressURL 从设计上就不应该依赖 
consumerURL,而是从环境中获取。对于销毁场景的,那些 key 应该是在初始化的时候提前获取以避免 ThreadLocal 被清楚。这一块对 
Dubbo 整体的内存占用优化很大,所以修改 InstanceAddressURL 从运行态的角度看是需要的。


-- 
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-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to