logstash-plugins / logstash-input-file

Apache License 2.0
68 stars 101 forks source link

Mark in-active files as fully read before skipping them #289

Open max-frank opened 3 years ago

max-frank commented 3 years ago

This PR fixes #288

Note that this is missing a unit test to check if consecutive runs with the settings described in the issue properly halt. Sadly I am not sure how to properly check for logstash execution halt within a timeout and as such did not write the unit test myself.

cla-checker-service[bot] commented 3 years ago

❌ Author of the following commits did not sign a Contributor Agreement: 55f190713a1931aca1241f0aa5608adf6ac4a361

Please, read and sign the above mentioned agreement if you want to contribute to this project

max-frank commented 3 years ago

sincdb clean up test failure suspected to be unrelated to the code changes of this PR. I am unable to find the cause of the problem also see #287 which encounters the same failures.