Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 2d2a4066c -> 57e347795


DL-184: reduce server_graceful_shutdown_period_ms from 35s to 20s, which is 
smaller than the default daemon stop timeout value

Author: xieliang <xieliang...@gmail.com>

Reviewers: Leigh Stewart <lstew...@apache.org>, Sijie Guo <si...@apache.org>

Closes #115 from xieliang/DL-184-graceful


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/57e34779
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/57e34779
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/57e34779

Branch: refs/heads/master
Commit: 57e347795145832b441ea3bddaa81ba462cb7d6a
Parents: 2d2a406
Author: xieliang <xieliang...@gmail.com>
Authored: Tue Mar 28 00:09:47 2017 -0700
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Mar 28 00:09:47 2017 -0700

----------------------------------------------------------------------
 distributedlog-core/conf/write_proxy.conf    | 2 +-
 distributedlog-service/conf/write_proxy.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/57e34779/distributedlog-core/conf/write_proxy.conf
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/write_proxy.conf 
b/distributedlog-core/conf/write_proxy.conf
index ce4d7de..ca631e8 100644
--- a/distributedlog-core/conf/write_proxy.conf
+++ b/distributedlog-core/conf/write_proxy.conf
@@ -129,7 +129,7 @@ streamProbationTimeoutMs=120000
 server_threads=16
 server_dlsn_version=1
 server_enable_perstream_stat=true
-server_graceful_shutdown_period_ms=35000
+server_graceful_shutdown_period_ms=20000
 
 # write limits
 perWriterOutstandingWriteLimit=-1

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/57e34779/distributedlog-service/conf/write_proxy.conf
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/write_proxy.conf 
b/distributedlog-service/conf/write_proxy.conf
index ce4d7de..ca631e8 100644
--- a/distributedlog-service/conf/write_proxy.conf
+++ b/distributedlog-service/conf/write_proxy.conf
@@ -129,7 +129,7 @@ streamProbationTimeoutMs=120000
 server_threads=16
 server_dlsn_version=1
 server_enable_perstream_stat=true
-server_graceful_shutdown_period_ms=35000
+server_graceful_shutdown_period_ms=20000
 
 # write limits
 perWriterOutstandingWriteLimit=-1

Reply via email to