-
Notifications
You must be signed in to change notification settings - Fork 493
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
Kapacitor hangs on most requests after disabling script which consumes no data. #749
Comments
@phemmer This only happens if the task already exists and is running. Specifically the This should be fixed. |
@nathanielc as of when? i just downloaded the nightly from https://influxdata.com/downloads/#kapacitor and can still reproduce it. |
@phemmer I couldn't reproduce the issue until after the task was enabled, using 1.0 beta3 or current master.
If kapacitor is not in a broken state you can also do
and it will successfully update the task. I replied before I saw your edit, I can confirm that other API requests hang as well. I'll look into it, I have a good idea as to what might be going on. |
When you have a script with no
stream
orbatch
, thedefine
operation hangs.The
kapacitor
command just sits there. No error.This is kapacitor 1.0 beta 3 on CentOS/7 with InfluxDB 1.0 beta 3.
EDIT:
Actually, after trying to load the bad script, kapacitor started hanging on all operations. I get about 2 or 3 requests in after the load, then it hangs.
Here's the output of SIGQUIT:
The text was updated successfully, but these errors were encountered: