Alanxtl commented on PR #3320:
URL: https://github.com/apache/dubbo-go/pull/3320#issuecomment-4427458749

   `Tracing` 这条旧配置没有被保留下来。`InstanceOptions` 里已经没有这个字段,`compatRootConfig` 也没回填 
`config.RootConfig.Tracing`,所以 `config.GetTracingConfig()`,以及 
`Provider/Consumer.Init()` 里靠 `rc.Tracing` 反推 `TracingKey` 的逻辑,在新入口下都会失效。见 
options.go:40、compat.go:30、config/root_config.go:45、config/provider_config.go:75、config/consumer_config.go:61


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

Reply via email to