-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed lines miss issue when tailing new files #1306
Conversation
@@ -0,0 +1,4 @@ | |||
--- | |||
issues: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be under fixes
not issues
9e2f4a2
to
7702641
Compare
7702641
to
5bf4ee5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the release note 👍
If the CI passes feel free to merge (ping me if AppVeyor has unrelated failures)
AppVeyor failure is unrelated (and we have another PR to fix it), the rest of the CI passes, going to merge this |
This was not ready for a merge, sorry I did. I will revert this for RC.3 if the follow-up to this isn't ready |
This reverts commit 7bd1048.
What does this PR do?
Tail new files discovered when scanning from the beginning instead of the end.
Motivation
Fixed lines miss issue when tailing new files
Additional Notes
This PR solve this issue