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/e3e786ca Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e3e786ca Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e3e786ca Branch: refs/heads/flume-1.5 Commit: e3e786ca695d549bd4721cc3f8aedf09ee0a56b4 Parents: 3f72258 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:47 2014 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/e3e786ca/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 770331c..b2058f5 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -2365,6 +2365,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
