Unsubscribe

2013-05-06 Thread Jeff Lord

Re: Unsubscribe

2013-05-06 Thread Israel Ekpo
You should send it to user-unsubscr...@flume.apache.org instead. On Mon, May 6, 2013 at 2:51 AM, Jeff Lord jeffrey.l...@gmail.com wrote:

Usage of use-fast-replay for FileChannel

2013-05-06 Thread Rahul Ravindran
Hi,    For FileChannel, how much of a performance improvement in replay times were observed with use-fast-replay? We currently have use-fast-replay set to false and were replaying about 6 G of data. We noticed replay times of about one hour. I looked at the code and it appears that fast-replay

Re: Usage of use-fast-replay for FileChannel

2013-05-06 Thread Hari Shreedharan
Did you have an issue with the checkpoint that the entire 6G of data was replayed (look for BadCheckpointException in the logs to figure out if the channel was stopped in middle of a checkpoint)? With the next version of Flume, you should be able to recover even if the channel stopped while the