GitHub user HbnKing opened a pull request:
https://github.com/apache/flume/pull/167
modifying log4j file read repeatedly error
The `log4j `files always segmentalized the file by date and log file
size . but the `taildirSource` regard it as a new file .so the data
collected repeatly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HbnKing/flume trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/167.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 #167
----
commit 5c2f5eaaaf7d9813cfb377fd1bb4418ff53d8382
Author: wh_dev <wh_@dev>
Date: 2017-09-05T16:06:42Z
modifying log4j file read repeatedly error
commit b00d721adc61be40bb235a817b672910e624df1c
Author: wh_dev <wh_@dev>
Date: 2017-09-05T16:18:09Z
modifying log4j file read repeatedly error
----
---