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:58 UTC

[1/2] git commit: Updating RELEASE-NOTES for Flume 1.5.0.1

Repository: flume
Updated Branches:
  refs/heads/flume-1.5 c0477b5bd -> e3e786ca6


Updating RELEASE-NOTES for Flume 1.5.0.1


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/3f72258e
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/3f72258e
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/3f72258e

Branch: refs/heads/flume-1.5
Commit: 3f72258e90ac53e695bd0fc2295ed2cd6206ce93
Parents: c0477b5
Author: Hari Shreedharan <ha...@gmail.com>
Authored: Mon Jun 9 23:32:34 2014 -0700
Committer: Hari Shreedharan <ha...@gmail.com>
Committed: Mon Jun 9 23:32:34 2014 -0700

----------------------------------------------------------------------
 RELEASE-NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/3f72258e/RELEASE-NOTES
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 21e96a7..c0fbdd1 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -17,7 +17,7 @@ simple, extensible data model that allows for online analytic
 application.
 
 2. Status of this release
-Apache Flume 1.5.0 is the fifth release of Flume as an Apache top-level project
+Apache Flume 1.5.0.1 is the sixth release of Flume as an Apache top-level project
 (TLP). Apache Flume 1.5.0 is production-ready software.
 
 3. Major changes in this Release


[2/2] git commit: FLUME-2389. Spillable Memory Channel Example is incorrect

Posted by hs...@apache.org.
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 <ha...@gmail.com>
Authored: Tue Jun 10 11:32:37 2014 -0700
Committer: Hari Shreedharan <ha...@gmail.com>
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