udoless commented on issue #6776: URL: https://github.com/apache/dubbo/issues/6776#issuecomment-919971043
我复现了下,以`新建A、B、C三个服务,A服务依赖B、C服务,B服务依赖C服务,C服务依赖B服务` 场景为例,因为在解决`C服务依赖B服务`的依赖时,B正在创建bean之中,导致这里获取到的B是一个 early bean reference(通过getEarlyBeanReference返回的),所以字段都是默认值,包括interface name,所以就报了interface为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]
