You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/07/17 01:12:25 UTC

[6/7] storm git commit: change default disruptor queue timeout to 1000ms

change default disruptor queue timeout to 1000ms


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c6cd6e78
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c6cd6e78
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c6cd6e78

Branch: refs/heads/0.10.x-branch
Commit: c6cd6e782ea63784c774858b2948cedda17074d4
Parents: 0594825
Author: errordaiwa <xi...@outlook.com>
Authored: Thu Jul 16 09:02:17 2015 +0800
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jul 17 08:01:16 2015 +0900

----------------------------------------------------------------------
 conf/defaults.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c6cd6e78/conf/defaults.yaml
----------------------------------------------------------------------
diff --git a/conf/defaults.yaml b/conf/defaults.yaml
index 1064e21..c3fa372 100644
--- a/conf/defaults.yaml
+++ b/conf/defaults.yaml
@@ -198,6 +198,6 @@ topology.testing.always.try.serialize: false
 topology.classpath: null
 topology.environment: null
 topology.bolts.outgoing.overflow.buffer.enable: false
-topology.disruptor.wait.timeout.millis: 10
+topology.disruptor.wait.timeout.millis: 1000
 
 dev.zookeeper.path: "/tmp/dev-storm-zookeeper"