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 2018/01/21 23:44:55 UTC

[1/2] storm git commit: [STORM-2897]Optimize defaults.yaml

Repository: storm
Updated Branches:
  refs/heads/master 163ea7186 -> 507e7ed82


[STORM-2897]Optimize defaults.yaml


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

Branch: refs/heads/master
Commit: c36f9efad43677c8e82fbac306bbd6575ba46443
Parents: 6d43128
Author: liuxianjiao <li...@zte.com.cn>
Authored: Fri Jan 12 10:04:53 2018 +0800
Committer: 刘贤娇00221805 <li...@zte.com.cn>
Committed: Fri Jan 12 10:04:53 2018 +0800

----------------------------------------------------------------------
 conf/defaults.yaml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c36f9efa/conf/defaults.yaml
----------------------------------------------------------------------
diff --git a/conf/defaults.yaml b/conf/defaults.yaml
index 6821701..51c2fc6 100644
--- a/conf/defaults.yaml
+++ b/conf/defaults.yaml
@@ -193,11 +193,7 @@ backpressure.disruptor.low.watermark: 0.4
 backpressure.znode.timeout.secs: 30
 backpressure.znode.update.freq.secs: 15
 
-zmq.threads: 1
-zmq.linger.millis: 5000
-zmq.hwm: 0
-
-
+# Used by workers to communicate
 storm.messaging.netty.server_worker_threads: 1
 storm.messaging.netty.client_worker_threads: 1
 storm.messaging.netty.buffer_size: 5242880 #5MB buffer
@@ -329,4 +325,5 @@ worker.metrics:
     "CGroupCpu": "org.apache.storm.metric.cgroup.CGroupCpu"
     "CGroupCpuGuarantee": "org.apache.storm.metric.cgroup.CGroupCpuGuarantee"
 
+# The number of buckets for running statistics
 num.stat.buckets: 20


[2/2] storm git commit: Merge branch 'master0111' of https://github.com/liuxianjiao/storm into STORM-2897-merge

Posted by ka...@apache.org.
Merge branch 'master0111' of https://github.com/liuxianjiao/storm into STORM-2897-merge


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

Branch: refs/heads/master
Commit: 507e7ed8208f1bc8fd8be4210ce3e9adacb82931
Parents: 163ea71 c36f9ef
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Jan 22 08:44:39 2018 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Jan 22 08:44:39 2018 +0900

----------------------------------------------------------------------
 conf/defaults.yaml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/507e7ed8/conf/defaults.yaml
----------------------------------------------------------------------