GitHub user mlmhl opened a pull request: https://github.com/apache/flume/pull/61
bug fix: close the file before reopen it if the file is renamed In taildir source, if a file is renamed, it will be reopened, it should be closed first to avoid resource leaks You can merge this pull request into a Git repository by running: $ git pull https://github.com/mlmhl/flume trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/61.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 #61 ---- commit d0703e07e7a9dc18054544bf4e73ce1b561c7ae3 Author: luffyma(马æ) <luff...@tencent.com> Date: 2016-08-10T07:53:48Z bug fix: close the file before reopen it if the file is renamed ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---