You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/15 12:22:34 UTC

[GitHub] [dubbo] udoless commented on issue #6776: 从2.7.3升级到2.7.8版本后,存在Service循环依赖时报interface not allow null错误

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: notifications-unsubscribe@dubbo.apache.org

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



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