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/08/11 04:29:48 UTC

[GitHub] [dubbo] wangbin77 opened a new issue #8469: AwaitingNonWebApplicationListener blocks the application exit

wangbin77 opened a new issue #8469:
URL: https://github.com/apache/dubbo/issues/8469


   因为某个bean没有初始化成功, spring boot application启动失败。 但是因为AwaitingNonWebApplicationListener 里面的ExecutorService没有shutdown, 造成应用程序的进程没有退出,但是 Spring boot application 已经stop了。
   
   解决方案:
   让 AwaitingNonWebApplicationListener 支持 ApplicationFailedEvent, 在应用收到该事件后,release 资源。
   
   另外好奇的问一下: 之前有监听 ContextClosedEvent, 并且在收到该事件后 release 资源,但是该事件在 2.7.8 版本里面被去掉了,不 知道是什么原因。


-- 
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] wangbin77 commented on issue #8469: AwaitingNonWebApplicationListener blocks the application exit

Posted by GitBox <gi...@apache.org>.
wangbin77 commented on issue #8469:
URL: https://github.com/apache/dubbo/issues/8469#issuecomment-916670231


   @AlbumenJ  Can you take a look at this issue. I've translated it into English.


-- 
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] CrazyHZM commented on issue #8469: AwaitingNonWebApplicationListener blocks the application exit

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8469:
URL: https://github.com/apache/dubbo/issues/8469#issuecomment-985584085


   @wangbin77 Please provide the dubbo version, and confirm whether the latest version has this problem.


-- 
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] CrazyHZM closed issue #8469: AwaitingNonWebApplicationListener blocks the application exit

Posted by GitBox <gi...@apache.org>.
CrazyHZM closed issue #8469:
URL: https://github.com/apache/dubbo/issues/8469


   


-- 
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] CrazyHZM commented on issue #8469: AwaitingNonWebApplicationListener blocks the application exit

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8469:
URL: https://github.com/apache/dubbo/issues/8469#issuecomment-1006550645


   No feedback for a long time, please close the issue temporarily. If there is still a problem, you can reopen it.


-- 
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] wangbin77 commented on issue #8469: AwaitingNonWebApplicationListener blocks the application exit

Posted by GitBox <gi...@apache.org>.
wangbin77 commented on issue #8469:
URL: https://github.com/apache/dubbo/issues/8469#issuecomment-912954980


   Is anyone handling this issue?


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