Updated Branches: refs/heads/flume-1.4 e9b12c898 -> 24b73c074
FLUME-1969: Update user Guide to explain the purpose of minimumRequiredSpace setting for FileChannel (Roshan Naik via Brock Noland) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/24b73c07 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/24b73c07 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/24b73c07 Branch: refs/heads/flume-1.4 Commit: 24b73c074f1c63da7f3e426e64c73af452a33108 Parents: e9b12c8 Author: Brock Noland <[email protected]> Authored: Thu Apr 4 15:52:09 2013 -0500 Committer: Brock Noland <[email protected]> Committed: Thu Apr 4 15:52:20 2013 -0500 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/24b73c07/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index 2d7e787..16fba45 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1934,7 +1934,7 @@ dataDirs ~/.flume/file-channel/data transactionCapacity 1000 The maximum size of transaction supported by the channel checkpointInterval 30000 Amount of time (in millis) between checkpoints maxFileSize 2146435071 Max size (in bytes) of a single log file -minimumRequiredSpace 524288000 Minimum Required free space (in bytes) +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
