Updated Branches:
  refs/heads/flume-1.5 7cc8b8f60 -> a7703d0b0

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

Branch: refs/heads/flume-1.5
Commit: a7703d0b02f4ce3518b6a8b05e542b4ab1994c49
Parents: 7cc8b8f
Author: Roshan Naik <[email protected]>
Authored: Fri Dec 20 01:44:21 2013 -0800
Committer: Roshan Naik <[email protected]>
Committed: Fri Dec 20 01:44:21 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/a7703d0b/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

Reply via email to