Updated Branches:
  refs/heads/flume-1.4 64b5d6432 -> ff4cc5cb1

FLUME-1979. Wrong propname for connection reset interval in avro sink.

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

Branch: refs/heads/flume-1.4
Commit: ff4cc5cb11b7b74b08d9315569eb59aed655f55c
Parents: 64b5d64
Author: Mike Percy <[email protected]>
Authored: Wed Apr 17 13:32:53 2013 -0700
Committer: Mike Percy <[email protected]>
Committed: Wed Apr 17 13:34:16 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/flume/blob/ff4cc5cb/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 693c0d7..38f2205 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -1503,7 +1503,7 @@ Property Name                Default  Description
 batch-size                   100      number of event to batch together for 
send.
 connect-timeout              20000    Amount of time (ms) to allow for the 
first (handshake) request.
 request-timeout              20000    Amount of time (ms) to allow for 
requests after the first.
-connection-reset-interval    none     Amount of time (s) before the connection 
to the next hop is reset. This will force the Avro Sink to reconnect to the 
next hop. This will allow the sink to connect to hosts behind a hardware 
load-balancer when news hosts are added without having to restart the agent.
+reset-connection-interval    none     Amount of time (s) before the connection 
to the next hop is reset. This will force the Avro Sink to reconnect to the 
next hop. This will allow the sink to connect to hosts behind a hardware 
load-balancer when news hosts are added without having to restart the agent.
 compression-type             none     This can be "none" or "deflate".  The 
compression-type must match the compression-type of matching AvroSource
 compression-level            6       The level of compression to compress 
event. 0 = no compression and 1-9 is compression.  The higher the number the 
more compression
 ==========================   =======  
==============================================

Reply via email to