Will McQueen created FLUME-1835:
-----------------------------------
Summary: Flume User Guide has wrong prop in Load Balancing Sink
Selector
Key: FLUME-1835
URL: https://issues.apache.org/jira/browse/FLUME-1835
Project: Flume
Issue Type: Bug
Components: Docs
Affects Versions: v1.4.0
Reporter: Will McQueen
Fix For: v1.4.0
https://github.com/apache/flume/blob/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst
Under Load Balancing Sink Processor section, it says:
processor.selector.maxBackoffMillis (default 30000)
I don't see that property in the code, but I do see in AbstractSinkSelector
this prop:
maxTimeOut (default 30000)
So it appears that we just need to rename "maxBackoffMillis" to "maxTimeOut" in
the user guide for the Load Balancing Sink Processor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira