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

Fix panic when a signal is delivered before the server is instantiated #580

Merged
merged 4 commits into from
Feb 1, 2018

Commits on Jan 30, 2018

  1. Introduce a flag and a mutex in the beater so that we can't stop the …

    …server before assigning it (ie. read before write)
    
    fixes elastic#514
    Juan A committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f912c22 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Juan A committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    5871bbf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. minor changes

    Juan A committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    0731cbe View commit details
    Browse the repository at this point in the history
  2. use a regular mutex

    Juan A committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    5f245a8 View commit details
    Browse the repository at this point in the history