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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 36b5e267 Fix doc mistakes
36b5e267 is described below

commit 36b5e267ee2bdef6a7a79ab6e82c681c42a5dc43
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 0f0c0318..2f8938c9 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