Skip to content
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

Stop waiting for signals on closed outleters #11263

Merged
merged 4 commits into from
Mar 19, 2019

Commits on Mar 15, 2019

  1. Stop waiting for signals on closed outleters

    Outleters can wait for the finalization of filebeat. If the outleter is
    closed the goroutine will be still running even if it has nothing to do,
    leaking goroutines.
    
    Stop the goroutine waiting to close on signal if the outleter has been
    already closed.
    jsoriano committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4e3a0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f057756 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    jsoriano committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    581df59 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    5c01cc0 View commit details
    Browse the repository at this point in the history