Repository: storm
Updated Branches:
  refs/heads/master 84641f636 -> b5b2dfc6d


[STORM-1567] in defaults.yaml 'topology.disable.loadaware' should be 
'topology.disable.loadaware.messaging'


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

Branch: refs/heads/master
Commit: 045dd814e6f5beec7b560d5435de71612ef04ade
Parents: 4ca7522
Author: ablecao <able...@tencent.com>
Authored: Mon Feb 22 17:36:54 2016 +0800
Committer: ablecao <able...@tencent.com>
Committed: Mon Feb 22 17:36:54 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/045dd814/conf/defaults.yaml
----------------------------------------------------------------------
diff --git a/conf/defaults.yaml b/conf/defaults.yaml
index 166b249..01821e1 100644
--- a/conf/defaults.yaml
+++ b/conf/defaults.yaml
@@ -256,7 +256,7 @@ topology.bolts.outgoing.overflow.buffer.enable: false
 topology.disruptor.wait.timeout.millis: 1000
 topology.disruptor.batch.size: 100
 topology.disruptor.batch.timeout.millis: 1
-topology.disable.loadaware: false
+topology.disable.loadaware.messaging: false
 topology.state.checkpoint.interval.ms: 1000
 
 # Configs for Resource Aware Scheduler

Reply via email to