flume icon indicating copy to clipboard operation
flume copied to clipboard

WE HAVE MOVED to Apache Incubator. https://cwiki.apache.org/FLUME/ . Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log...

Results 7 flume issues
Sort by recently updated
recently updated
newest added

when loading classes after defining plugins within flume-site.xml (e.g. line breaks at the beginning or end of the tag, after auto-formatting)

unnecessary loop removed, removed statements that are always false, removed unreachable code

It is possible to seen a late modification timestamp change after file size has changed. // host-time file-size file-modified-time // 12:00 50k 12:00 // 12:01 51k 12:00 // 12:02 51k...

Two fixes 1. Support UTF-8 encoding (fix of character corruption) 2. Failover will work correctory (reconnect timer will not reset when two flume-nodes down).