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 #18916 to 7.x: Windows: fix service termination #19012

Merged
merged 1 commit into from
Jun 8, 2020

Commits on Jun 5, 2020

  1. Windows: fix service termination (elastic#18916)

    Update the Windows service handling logic so that the service doesn't
    transition to the STOPPED state until the beater is terminated.
    
    Before this patch, a Beats service would report to be STOPPED as soon
    as it received the stop request. This causes some problems during service
    restarts, as the new service would start while the old one was still cleaning
    up.
    
    Fixes elastic#18914
    
    (cherry picked from commit f3ab7c7)
    adriansr committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    fe19810 View commit details
    Browse the repository at this point in the history