You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the issue with this is that the in-RAM index associated with each shard does not have a DatabaseIndex object inserted until the first point for that database is written into the shard.
From https://groups.google.com/d/msgid/influxdb/87cd208a-3edb-4df0-8590-b9f13bfb05a5%40googlegroups.com
The message returned when querying an empty database is not relevant. It say the database is not found.
Create an new database.
curl -G 'http://localhost:8086/query' --data-urlencode "q=create database test"
Show it has been created.
Do a query.
It's not an error from my point of view. Is there a reason to return an error message instead of an empty set ?
The text was updated successfully, but these errors were encountered: