Updated Branches:
  refs/heads/flume-1.4 6d5ef28ec -> e1a881544

FLUME-1835. Flume User Guide has wrong prop in Load Balancing Sink Selector.

(Alexander Alten-Lorenz via Mike Percy)


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

Branch: refs/heads/flume-1.4
Commit: e1a88154458c3bb990d0085aef8b7dbad1316536
Parents: 6d5ef28
Author: Mike Percy <[email protected]>
Authored: Fri Jan 25 15:36:17 2013 -0800
Committer: Mike Percy <[email protected]>
Committed: Fri Jan 25 15:36:53 2013 -0800

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/e1a88154/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 452c634..28895e9 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -2088,16 +2088,16 @@ sinks.
 
 Required properties are in **bold**.
 
-====================================  ===============  
==========================================================================
-Property Name                         Default          Description
-====================================  ===============  
==========================================================================
-**processor.sinks**                   --               Space separated list of 
sinks that are participating in the group
-**processor.type**                    ``default``      The component type 
name, needs to be ``load_balance``
-processor.backoff                     true             Should failed sinks be 
backed off exponentially.
-processor.selector                    ``round_robin``  Selection mechanism. 
Must be either ``round_robin``, ``random``
-                                                       or FQCN of custom class 
that inherits from ``AbstractSinkSelector``
-processor.selector.maxBackoffMillis   30000            used by backoff 
selectors to limit exponential backoff in miliseconds
-====================================  ===============  
==========================================================================
+=============================  ===============  
==========================================================================
+Property Name                  Default          Description
+=============================  ===============  
==========================================================================
+**processor.sinks**            --               Space separated list of sinks 
that are participating in the group
+**processor.type**             ``default``      The component type name, needs 
to be ``load_balance``
+processor.backoff              true             Should failed sinks be backed 
off exponentially.
+processor.selector             ``round_robin``  Selection mechanism. Must be 
either ``round_robin``, ``random``
+                                                or FQCN of custom class that 
inherits from ``AbstractSinkSelector``
+processor.selector.maxTimeOut  30000            Used by backoff selectors to 
limit exponential backoff (in milliseconds)
+=============================  ===============  
==========================================================================
 
 Example for agent named a1:
 

Reply via email to