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

Cherry-pick #11263 to 7.0: Stop waiting for signals on closed outleters #11487

Merged
merged 2 commits into from
Apr 2, 2019

Commits on Mar 27, 2019

  1. Stop waiting for signals on closed outleters (elastic#11263)

    Outleters start a goroutine to handle the finalization of filebeat. If the
    outleter is closed by other means the goroutine will be kept running
    even if it has nothing to do, leaking goroutines.
    
    Stop this goroutine if the outleter is closed.
    
    (cherry picked from commit 57c9891)
    jsoriano committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fd8f949 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

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