You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by hs...@apache.org on 2014/06/10 20:36:47 UTC

git commit: FLUME-2389. Spillable Memory Channel Example is incorrect

Repository: flume
Updated Branches:
  refs/heads/trunk 0cba73698 -> 059795fb9


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/059795fb
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/059795fb
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/059795fb

Branch: refs/heads/trunk
Commit: 059795fb9aa890430555f3a4c02a73ec346e7092
Parents: 0cba736
Author: Hari Shreedharan <ha...@gmail.com>
Authored: Tue Jun 10 11:32:37 2014 -0700
Committer: Hari Shreedharan <ha...@gmail.com>
Committed: Tue Jun 10 11:32:37 2014 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/059795fb/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