[
https://issues.apache.org/jira/browse/DL-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sijie Guo resolved DL-184.
--------------------------
Resolution: Fixed
Fix Version/s: 0.4.0
Issue resolved by merging pull request 115
[https://github.com/apache/incubator-distributedlog/pull/115]
{noformat}
commit 57e347795145832b441ea3bddaa81ba462cb7d6a
Author: xieliang <[email protected]>
AuthorDate: Tue Mar 28 00:09:47 2017 -0700
Commit: Sijie Guo <[email protected]>
CommitDate: Tue Mar 28 00:09:47 2017 -0700
DL-184: reduce server_graceful_shutdown_period_ms from 35s to 20s, which is
smaller than the default daemon stop timeout value
Author: xieliang <[email protected]>
Reviewers: Leigh Stewart <[email protected]>, Sijie Guo <[email protected]>
Closes #115 from xieliang/DL-184-graceful
{noformat}
> The default graceful shutdown config value is greater than timeout in script's
> ------------------------------------------------------------------------------
>
> Key: DL-184
> URL: https://issues.apache.org/jira/browse/DL-184
> Project: DistributedLog
> Issue Type: Improvement
> Components: distributedlog-service
> Affects Versions: 0.4.0
> Reporter: Liang Xie
> Assignee: Liang Xie
> Fix For: 0.4.0
>
>
> In conf/write_proxy.conf :
> server_graceful_shutdown_period_ms=35000
> In bin/dlog-daemon.sh :
> DLOG_STOP_TIMEOUT=${DLOG_STOP_TIMEOUT:-30}
> so by default, every stop server request will be finished with an ungraceful
> shutdown behavior.
> should we change the default server_graceful_shutdown_period_ms to a smaller
> one , i.e. 20000 ? any suggestions are welcomed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)