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

Crash on time > now() - 15m AND time < now() - 5m #2184

Closed
wildchild opened this issue Apr 7, 2015 · 4 comments
Closed

Crash on time > now() - 15m AND time < now() - 5m #2184

wildchild opened this issue Apr 7, 2015 · 4 comments
Milestone

Comments

@wildchild
Copy link

Added "AND..." to my query and influxdb completely crashed.

@pauldix
Copy link
Member

pauldix commented Apr 7, 2015

Any chance you have the log output? Even better, would you be able to add a failing test here: https://github.com/influxdb/influxdb/blob/master/cmd/influxd/server_integration_test.go#L396 in a PR?

@wildchild
Copy link
Author

Log https://gist.github.com/wildchild/2031bfe961763753935a

Query: select sum(xxx) / 1000 from yyy where time > now() - 1h and time < now() - 5m group by time(10m) fill(none)

@wildchild
Copy link
Author

Same crash with panic: runtime error: invalid memory address or nil pointer dereference for query select sum(zzz) from hhh where xxx = 'Z' and time > now() - 30m.

@toddboom
Copy link
Contributor

This should be fixed by PR #2288.

mark-rushakoff pushed a commit that referenced this issue Jan 11, 2019
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

No branches or pull requests

4 participants