-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Promtail: Fix deadlock on tailer shutdown. #2717
Commits on Oct 3, 2020
-
to avoid a deadlock on shutdown, leave the goroutine running which re…
…ads the Lines channel from the tailer and it will exit when the tailer closes the channel.
Configuration menu - View commit details
-
Copy full SHA for cb3c49a - Browse repository at this point
Copy the full SHA cb3c49aView commit details -
remove the flag I added a few weeks ago and instead when updating the…
… position information of the file gracefully fail if the file no longer exists.
Configuration menu - View commit details
-
Copy full SHA for a598328 - Browse repository at this point
Copy the full SHA a598328View commit details -
update the vendoring of the tail library, more re-work on how tailing…
… shutdown and errors are handled.
Configuration menu - View commit details
-
Copy full SHA for e6d727d - Browse repository at this point
Copy the full SHA e6d727dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d381b - Browse repository at this point
Copy the full SHA f0d381bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fee14 - Browse repository at this point
Copy the full SHA 44fee14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e6926 - Browse repository at this point
Copy the full SHA b9e6926View commit details
Commits on Oct 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 58ef3ef - Browse repository at this point
Copy the full SHA 58ef3efView commit details -
break up the tailer goroutine into two separate goroutines to make it…
… a little more clear and remove some special case logic.
Configuration menu - View commit details
-
Copy full SHA for ee2a592 - Browse repository at this point
Copy the full SHA ee2a592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6047b71 - Browse repository at this point
Copy the full SHA 6047b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fe290 - Browse repository at this point
Copy the full SHA 10fe290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3fccf - Browse repository at this point
Copy the full SHA 8c3fccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f12cb11 - Browse repository at this point
Copy the full SHA f12cb11View commit details