baiji-5
The timeout for getting graceful downtime in dubbo is obtained from the method 
ConfigUtils.getServerShutdownTimeout, which is to get value of 
dubbo.service.shutdown.wait (new key) or dubbo.service.shutdown.wait.seconds 
(old key).

Configure the dubbo:registry configuration wait tag in xml, and the spring tag 
resolution will configure dubbo.service.shutdown.wait.
So configure the wait tag directly in the dubbo:registry.
E.g:
Added in the configuration file:
<dubbo:registry wait="1000"/>

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

Reply via email to