You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "xorange1997 (via GitHub)" <gi...@apache.org> on 2023/05/18 01:58:23 UTC

[GitHub] [dubbo] xorange1997 opened a new issue, #12341: 优雅停机相关问题

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

   您好,目前使用的是dubbo3.1版本,框架使用api形式启动的dubbo,请问一下,我们使用DubboBootstrap.getInstance().stop();能够实现dubbo优雅停机吗?
   


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


Re: [I] 优雅停机相关问题 [dubbo]

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

   No news is good news. Please feel free to create a new issue if you have any question.


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


Re: [I] 优雅停机相关问题 [dubbo]

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed issue #12341: 优雅停机相关问题
URL: https://github.com/apache/dubbo/issues/12341


-- 
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] xorange1997 commented on issue #12341: 优雅停机相关问题

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

   因为还有个DubboBootstrap getInstance(ApplicationModel applicationModel)方法,我不清楚这个方法是做什么用的


-- 
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 #12341: 优雅停机相关问题

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

   > 您好,目前使用的是dubbo3.1版本,框架使用api形式启动的dubbo,请问一下,我们使用DubboBootstrap.getInstance().stop();能够实现dubbo优雅停机吗?
   
   请升级到 3.2 版本,这一块已经进行了完善。
   预期 stop 的时候会提前反注册,然后等待一段时间流量是否摘除。但是由于 stop 本身是一个同步的操作,等待的时间不会很长。如果需要保证稳定的话最好使用 offline 的 qos api 提前摘除。


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