zrlw removed a comment on issue #9283: URL: https://github.com/apache/dubbo/issues/9283#issuecomment-975358837
重新读了一遍相关的代码,现在的 #9284 是在下次rpc调用前清理上次rpcServiceContext,每次rpc调用完不再清理rpcServiceContext了,这么修订主要基于如下考量。 1. rpcServiceContext的核心是consumerUrl,每次rpc调用完留着rpcServiceContext除了消耗了一点thread local内存,没有其他副作用; 2. 相关的unit test同步修订,每次rpc调用后如果需要清理rpcServiceContext,需要手工清理; 3. 支持LazyConnectExchangeClient。 -- 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]
