[
https://issues.apache.org/jira/browse/STORM-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156684#comment-15156684
]
ASF GitHub Bot commented on STORM-1567:
---------------------------------------
GitHub user caofangkun opened a pull request:
https://github.com/apache/storm/pull/1135
[STORM-1567] in defaults.yaml 'topology.disable.loadaware' should be
'topology.disable.loadaware.messaging'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/caofangkun/apache-storm storm-1567
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1135.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1135
----
commit 045dd814e6f5beec7b560d5435de71612ef04ade
Author: ablecao <[email protected]>
Date: 2016-02-22T09:36:54Z
[STORM-1567] in defaults.yaml 'topology.disable.loadaware' should be
'topology.disable.loadaware.messaging'
----
> in defaults.yaml 'topology.disable.loadaware' should be
> 'topology.disable.loadaware.messaging'
> -----------------------------------------------------------------------------------------------
>
> Key: STORM-1567
> URL: https://issues.apache.org/jira/browse/STORM-1567
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 2.0.0
> Reporter: caofangkun
> Assignee: caofangkun
> Priority: Trivial
>
> {code:title=defaults.yaml|borderStyle=solid}
> 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
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)