Updated Branches: refs/heads/trunk c10c7bece -> 8acd54bb1
FLUME-2278. Incorrect documentation for write-timeout of File Channel (Satoshi Iijima via Roshan Naik) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/8acd54bb Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/8acd54bb Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/8acd54bb Branch: refs/heads/trunk Commit: 8acd54bb1089cc7b620dfd0c9ef9c828de1cc89c Parents: c10c7be Author: Roshan Naik <[email protected]> Authored: Fri Dec 20 01:44:21 2013 -0800 Committer: Roshan Naik <[email protected]> Committed: Fri Dec 20 01:48:53 2013 -0800 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/8acd54bb/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 3088400..a2790d9 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -2147,7 +2147,7 @@ maxFileSize 2146435071 minimumRequiredSpace 524288000 Minimum Required free space (in bytes). To avoid data corruption, File Channel stops accepting take/put requests when free space drops below this value capacity 1000000 Maximum capacity of the channel keep-alive 3 Amount of time (in sec) to wait for a put operation -write-timeout 3 Amount of time (in sec) to wait for a write operation +write-timeout 10 Amount of time (in sec) to wait for a write operation checkpoint-timeout 600 Expert: Amount of time (in sec) to wait for a checkpoint use-log-replay-v1 false Expert: Use old replay logic use-fast-replay false Expert: Replay without using queue
