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

Add ES_STOP_TIMEOUT configuration variable to packages #3973

Commits on Sep 8, 2014

  1. Add ES_STOP_TIMEOUT/ES_KILL_TIMEOUT variables to packages

    This variable allows to configure the waiting time after a TERM signal has
    been sent. After that waiting time a KILL signal is sent to ensure the
    service is stopped.
    
    In case of a bigger installation the default values might be to slow, so it
    now is configurable.
    
    Also, we opted out from sending a KILL signal by default. This has to be
    explicitely done by using the ES_KILL_TIMEOUT variable.
    
    Original work done by @tmclaugh at the PR elastic#3719
    
    Closes elastic#3719
    Closes elastic#3972
    spinscale committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    cd395a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5a3d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b736f2 View commit details
    Browse the repository at this point in the history