GitHub user highfei2011 opened a pull request: https://github.com/apache/flume/pull/196
FLUME-3216.Avoid reading content repeatedly. When I use Taildir source, whenever I rename a file, it causes flume to read the data repeatedly.This resulted in duplication of uploaded data. You can merge this pull request into a Git repository by running: $ git pull https://github.com/highfei2011/flume trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/196.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #196 ---- commit db7996ca0e287aa78d68e460ee9287b731f0e5f1 Author: yangjifei <highfei2011@...> Date: 2018-02-02T04:32:40Z FLUME-3216.Avoid reading content repeatedly. When I use Taildir source, whenever I rename a file, it causes flume to read the data repeatedly.This resulted in duplication of uploaded data. commit 574db14d91cdc10c6333ccfdf20c543d64303abc Author: yangjifei <highfei2011@...> Date: 2018-02-02T04:38:02Z FLUME-3216.Avoid reading content repeatedly. When I use Taildir source, whenever I rename a file, it causes flume to read the data repeatedly.This resulted in duplication of uploaded data. ---- ---