Updated Branches: refs/heads/trunk 66e707fe8 -> 1074fd05b
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/1074fd05 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/1074fd05 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/1074fd05 Branch: refs/heads/trunk Commit: 1074fd05bb9693561b17602bb1497b805d14fd7c Parents: 66e707f Author: Mike Percy <[email protected]> Authored: Wed Apr 17 13:32:53 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Wed Apr 17 13:32:53 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/1074fd05/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 ========================== ======= ==============================================
