Updated Branches: refs/heads/trunk 81797b23c -> 8cf91191a
FLUME-1354. Update docs to show that recoverable memory channel is deprecated. (Hari Shreedharan via Jarek Jarcec Cecho) git-svn-id: https://svn.apache.org/repos/asf/flume/trunk@1367198 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/8cf91191 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/8cf91191 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/8cf91191 Branch: refs/heads/trunk Commit: 8cf91191a760e59e454b54a0d8f736fdcea1fdcd Parents: 81797b2 Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Jul 30 18:06:56 2012 +0000 Committer: Hari Shreedharan <[email protected]> Committed: Mon Jul 30 12:04:38 2012 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/8cf91191/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 56011e8..06bcbec 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1323,9 +1323,9 @@ Recoverable Memory Channel ~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. warning:: The Recoverable Memory Channel is currently experimental and is not - yet ready for production use. This channel's properties are being - documented here in advance of its completion. +.. warning:: The Recoverable Memory Channel has been deprecated + in favor of the FileChannel. FileChannel is durable channel + and performs better than the Recoverable Memory Channel. Required properties are in **bold**.
