-
Notifications
You must be signed in to change notification settings - Fork 22
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
couchdb_changes doesn't close when shutting down logstash? #25
Comments
Same here. logstash 2.3.4, logstash-input-couchdb_changes (2.0.4) |
Me too when running logstash 5.0.1 directly (not as a service), and the log says:
|
Same for me running it on Docker and using |
I am running LogStash 6.0.1 on Fedora 26 and I am seeing the same problem. |
See elastic/logstash#4703
logstash-2.2.2, elasticsearch-1.7.5, java-1.8.0_72-b15, ubuntu-14.04 64bit, couchdb-1.6.1
Overall it appears to work just fine. But the problems begin when I try to stop it.
"service logstash stop" stops the updates, but the logstash process does not quit. Repeating "service logstash stop" makes no difference. Logstash appears to be frozen - no updates sent to ElasticSearch, but it does not quit either.
After that, "service logstash status" reports the service as still running.
"kill $PID" doesn't kill it. The only way to kill it is "kill -9 $PID".
The text was updated successfully, but these errors were encountered: