-
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
select * from non-existent measurement can panic database #3112
Comments
@biskit Yes, as it turns out, if you ask the database to do something nonsensical, such as return the results from a measurement than doesn't exist, it fails. In this case it should fail more gracefully, but there is a |
I cannot reproduce this on my machine. I'm using 0.9.0 installed via Homebrew on OS X (Yosemite)
No crash, the process is still up and running. @biskit what OS are you running and how did you install InfluxDB? |
I believe this has been fixed for 0.9.1. |
Tested against master.
|
Considering what you paid for the database I think your snark is rude and is most certainly unappreciated. what OS are you running and how did you install InfluxDB? I believe this has been fixed for 0.9.1. |
@biskit 0.9.1 is not available for download. It will be released in ~10 days. |
just use a database and give name of unknown table. crashes server. basic test!
The text was updated successfully, but these errors were encountered: