Updated Branches:
  refs/heads/trunk ea5ac469e -> 520de5153

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

Branch: refs/heads/trunk
Commit: 520de5153456a3a40da688f8e1b6bc5bbf46703f
Parents: ea5ac46
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:17 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/520de515/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