-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Comments
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? |
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) |
Same crash with |
This should be fixed by PR #2288. |
Added "AND..." to my query and influxdb completely crashed.
The text was updated successfully, but these errors were encountered: