This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch flume-1.10.0
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/flume-1.10.0 by this push:
     new 4618a835 Fix doc mistakes
4618a835 is described below

commit 4618a835c07c452d08efbb1c9520e448611bdc98
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Jun 1 23:27:22 2022 -0700

    Fix doc mistakes
---
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 8731b7e8..7d7b3fde 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -262,7 +262,7 @@ merged last. If it is desirec to have example.conf be the 
base configuration it
 depending on how it should be accessed.
 
 Using environment variables, system properies, or other properties 
configuration files
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Flume has the ability to substitute environment variables in the 
configuration. For example::
 
   a1.sources = r1
@@ -4054,7 +4054,7 @@ simply ignored. Since c1 and c2 are not marked optional, 
failure to write to
 those channels will cause the transaction to fail.
 
 Load Balancing Channel Selector
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Load balancing channel selector provides the ability to load-balance flow over 
multiple channels. This
 effectively allows the incoming data to be processed on multiple threads. It 
maintains an indexed list of active channels on which the load must be 
distributed. Implementation supports distributing load using either via 
round_robin or random selection mechanisms. The choice of selection mechanism 
defaults to round_robin type, but can be overridden via configuration.
 

Reply via email to