rangtao edited a comment on issue #2435: Summary of several issues of graceful 
shutdown
URL: 
https://github.com/apache/incubator-dubbo/issues/2435#issuecomment-422225071
 
 
   @ralf0131 
    if you are using Dubbo 2.6.3 with Spring, Dubbo's Shutdown hook should 
never be registered.
   --这个您说错了,ProtocolConfig中dubbo的shutdown 
hook依然是保留的,它会触发dubbo停机hook(这个和老版本逻辑一致)。
   All the shutdown logic should be triggered by Spring's Shutdown hook.
   --应该说2.6.3版本只有注册了DubboApplicationListener才能通过spring 
close事件触发dubbo停机。另外,spring的shutdown hook需要显示注册的,不是由dubbo框架决定的。
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to