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

Continuous queries cannot be dropped #2141

Closed
btashton opened this issue Apr 1, 2015 · 2 comments · Fixed by #2292
Closed

Continuous queries cannot be dropped #2141

btashton opened this issue Apr 1, 2015 · 2 comments · Fixed by #2292
Assignees
Milestone

Comments

@btashton
Copy link
Contributor

btashton commented Apr 1, 2015

RC18 looks like it should have this functionality, but when I run a simple test on dropping a continuous query I get a 500 back. I have a full shell example here:
https://gist.github.com/btashton/0ed2712c8738770238f5

@toddboom
Copy link
Contributor

toddboom commented Apr 2, 2015

@btashton I'll take a look at this in the morning. I implemented this, so my handiwork is probably at fault.

@toddboom toddboom added this to the 0.9.0 milestone Apr 7, 2015
@toddboom toddboom self-assigned this Apr 7, 2015
@neonstalwart
Copy link
Contributor

i see that there is some code missing at https://github.com/influxdb/influxdb/blob/03d5ffc0bb428c5fe446b4f33fd8767fcd2ba6d7/server.go#L2206

@toddboom is it just a matter of adding

res = s.executeDropContinuousQueryStatement(stmt, user)

neonstalwart added a commit to neonstalwart/influxdb that referenced this issue Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants