-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detach Elasticsearch on startup (#859)
With this commit we detach Elasticsearch on startup from its controlling process via the [setpgrp](http://man7.org/linux/man-pages/man3/setpgrp.3p.html) system call. Although we start Elasticsearch with the `-d` flag, this is necessary to ensure it does not receive signals like `SIGHUP` from its original parent process (Rally).
- Loading branch information
1 parent
93c024a
commit bebf9a0
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters