Repository: flume Updated Branches: refs/heads/flume-1.6 34c92a810 -> 7dea4bdf9
FLUME-2389. Spillable Memory Channel Example is incorrect (Roshan Naik via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/7dea4bdf Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/7dea4bdf Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/7dea4bdf Branch: refs/heads/flume-1.6 Commit: 7dea4bdf96d32e859350b1b83efce687b9f0c6df Parents: 34c92a8 Author: Hari Shreedharan <[email protected]> Authored: Tue Jun 10 11:32:37 2014 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Tue Jun 10 11:34:33 2014 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/7dea4bdf/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 040fc8b..0e5e767 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -2371,6 +2371,7 @@ To disable the use of overflow disk and function purely as a in-memory channel: a1.channels = c1 a1.channels.c1.type = SPILLABLEMEMORY a1.channels.c1.memoryCapacity = 100000 + a1.channels.c1.overflowCapacity = 0 Pseudo Transaction Channel
