You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "AngryApe (GitHub)" <gi...@apache.org> on 2018/09/28 08:00:18 UTC

[GitHub] [incubator-dubbo] AngryApe opened issue #2579: How to keep it running with dubbo 2.6.3 ?

I build a provider to test async rpc invocation with **api mode**, when I upgrade dubbo to 2.6.3, it shutdown right now after export the service.  Before 2.6.3 the program was keep running after export. Is there anything that needs attention? 


[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2579 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] AngryApe commented on issue #2579: How to keep it running with dubbo 2.6.3 ?

Posted by "AngryApe (GitHub)" <gi...@apache.org>.
Dubbo 2.6.3 use a daemon thread pool to export service. This thread pool will not stop the process to exit after  main thread exit.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2579 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] AngryApe commented on issue #2579: How to keep it running with dubbo 2.6.3 ?

Posted by "AngryApe (GitHub)" <gi...@apache.org>.
Dubbo 2.6.3 use a **daemon thread pool** to export service. This thread pool will not stop the process to exit after  main thread exit.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2579 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] AngryApe closed issue #2579: How to keep process running with dubbo 2.6.3 ?

Posted by "AngryApe (GitHub)" <gi...@apache.org>.
[ issue closed by AngryApe ]

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2579 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org