You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by "Liang Xie (JIRA)" <ji...@apache.org> on 2017/01/10 07:34:58 UTC

[jira] [Created] (DL-184) The default graceful shutdown config value is greater than timeout in script's

Liang Xie created DL-184:
----------------------------

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


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.4#6332)