You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "a408665321 (via GitHub)" <gi...@apache.org> on 2023/04/06 06:21:14 UTC

[GitHub] [dubbo] a408665321 opened a new issue, #12024: Dubbo多spring容器导致部分dubbo provider无法注册

a408665321 opened a new issue, #12024:
URL: https://github.com/apache/dubbo/issues/12024

   版本: dubbo 2.7.9
   问题: 应用A中 包含@DubboService的provider类(暂时命名未ServiceA),通过springboot初始化。 应用A应用了模块B。模块B的某个类的init方法中,通过ClassPathXmlApplicationContext 加载了其他的dubbo reference 和provider。
   目前由于初始化顺序的问题,模块B中的dubbo privider被通过单例对象DubboBootstrap先注册到注册中心,org.apache.dubbo.config.bootstrap.DubboBootstrap#started被设置未true。
   当应用A中的dubbo provider需要被初始化时,org.apache.dubbo.config.bootstrap.DubboBootstrap#started已经为true了,跳过了初始化,导致ServcieA无法被注册到注册中心。
   


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


[GitHub] [dubbo] a408665321 closed issue #12024: Dubbo多spring容器导致部分dubbo provider无法注册

Posted by "a408665321 (via GitHub)" <gi...@apache.org>.
a408665321 closed issue #12024: Dubbo多spring容器导致部分dubbo provider无法注册
URL: https://github.com/apache/dubbo/issues/12024


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


[GitHub] [dubbo] AlbumenJ commented on issue #12024: Dubbo多spring容器导致部分dubbo provider无法注册

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12024:
URL: https://github.com/apache/dubbo/issues/12024#issuecomment-1502638168

   > > Please upgrade to 3.1.9
   > 
   > 2.7.x能否支持,目前全链路没有统一升级Dubbo3的计划。如果2.7.x能够修复再好不过了。
   
   2.7.x 即将在近几天宣布生命周期的 EOL,届时安全维护周期也将结束。目前最新版本是即将发布的 3.2.0 版本,我们建议所有用户都升级到最新版本。


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


[GitHub] [dubbo] a408665321 commented on issue #12024: Dubbo多spring容器导致部分dubbo provider无法注册

Posted by "a408665321 (via GitHub)" <gi...@apache.org>.
a408665321 commented on issue #12024:
URL: https://github.com/apache/dubbo/issues/12024#issuecomment-1502615512

   > Please upgrade to 3.1.9
   
   2.7.x能否支持,目前全链路没有统一升级Dubbo3的计划。如果2.7.x能够修复再好不过了。
   


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


[GitHub] [dubbo] AlbumenJ commented on issue #12024: Dubbo多spring容器导致部分dubbo provider无法注册

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ commented on issue #12024:
URL: https://github.com/apache/dubbo/issues/12024#issuecomment-1500905154

   Please upgrade to 3.1.9


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