You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/07/29 22:58:24 UTC

[25/50] git commit: Increase netty max retries defaults allowing more time for other workers to come up

Increase netty max retries defaults allowing more time for other workers to come up


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

Branch: refs/heads/security
Commit: 9b3a632340b66f1fe493220c0e6c22c2912e8025
Parents: e1e6a60
Author: Kishor Patil <kp...@yahoo-inc.com>
Authored: Thu Jul 24 19:36:41 2014 +0000
Committer: Kishor Patil <kp...@yahoo-inc.com>
Committed: Thu Jul 24 19:36:41 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/9b3a6323/conf/defaults.yaml
----------------------------------------------------------------------
diff --git a/conf/defaults.yaml b/conf/defaults.yaml
index c9c813c..8c07075 100644
--- a/conf/defaults.yaml
+++ b/conf/defaults.yaml
@@ -108,7 +108,7 @@ zmq.hwm: 0
 storm.messaging.netty.server_worker_threads: 1
 storm.messaging.netty.client_worker_threads: 1
 storm.messaging.netty.buffer_size: 5242880 #5MB buffer
-storm.messaging.netty.max_retries: 30
+storm.messaging.netty.max_retries: 120
 storm.messaging.netty.max_wait_ms: 1000
 storm.messaging.netty.min_wait_ms: 100