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

elasticsearch command to run in foreground by default, -d to daemonize #4392

Closed
kimchy opened this issue Dec 10, 2013 · 2 comments · Fixed by #4450
Closed

elasticsearch command to run in foreground by default, -d to daemonize #4392

kimchy opened this issue Dec 10, 2013 · 2 comments · Fixed by #4450

Comments

@kimchy
Copy link
Member

kimchy commented Dec 10, 2013

For 1.0, it might be a good chance to change how we run the elasticsearch command by default. Feels like the default should be in the foreground, and we should daemonize only with a -d.

@ongardie
Copy link
Contributor

Agreed. I was also a bit hesitant to use "-f" initially, since it usually means force.

@dweiss
Copy link
Contributor

dweiss commented Dec 19, 2013

Oh God, thank you, thank you for this... The background mode by default (without any message to the console) was so confusing.

brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
Instead of using the '-f' parameter to start elasticsearch in the
foreground, this is now the default modus.

In order to start elasticsearch in the background, the '-d' parameter
can be used.

Closes elastic#4392
karmi added a commit to elastic/elasticsearch-ruby that referenced this issue Jan 24, 2014
karmi added a commit to elastic/elasticsearch-ruby that referenced this issue Jan 28, 2014
karmi added a commit to elastic/elasticsearch-ruby that referenced this issue Jan 29, 2014
karmi added a commit to elastic/elasticsearch-ruby that referenced this issue Jan 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants