Repository: storm Updated Branches: refs/heads/master 58c841159 -> f5a362a6e
STORM-2411 Setting topology.eventlogger.executors=0 in defaults.yaml Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d3976e52 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d3976e52 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d3976e52 Branch: refs/heads/master Commit: d3976e5242c122fb42049fdd612a23fed620ea54 Parents: cf581cb Author: Roshan Naik <[email protected]> Authored: Mon Mar 13 22:41:09 2017 -0700 Committer: Roshan Naik <[email protected]> Committed: Mon Mar 13 22:41:09 2017 -0700 ---------------------------------------------------------------------- conf/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/d3976e52/conf/defaults.yaml ---------------------------------------------------------------------- diff --git a/conf/defaults.yaml b/conf/defaults.yaml index facd0bd..94478ed 100644 --- a/conf/defaults.yaml +++ b/conf/defaults.yaml @@ -225,7 +225,7 @@ topology.enable.message.timeouts: true topology.debug: false topology.workers: 1 topology.acker.executors: null -topology.eventlogger.executors: null +topology.eventlogger.executors: 0 topology.tasks: null # maximum amount of time a message has to complete before it's considered failed topology.message.timeout.secs: 30
