We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As is: When you query an existing timeseries for some old period when there's no data, it throws a "Couldn't look up columns" error. My initial look suggests that it's due to not finding the proper shard to host this data, as it fails here: https://github.com/influxdb/influxdb/blob/master/coordinator/coordinator.go#L272-L279
As should be: should return 0 results.
Here I added an extra assertion to an existing test to see how it fails: sharnik@2863f8e
The text was updated successfully, but these errors were encountered:
Fix #1004. Querying for data outside of existing shards should return…
a73b84f
… an empty response.
f16f4b6
toddboom
No branches or pull requests
As is: When you query an existing timeseries for some old period when there's no data, it throws a "Couldn't look up columns" error. My initial look suggests that it's due to not finding the proper shard to host this data, as it fails here: https://github.com/influxdb/influxdb/blob/master/coordinator/coordinator.go#L272-L279
As should be: should return 0 results.
Here I added an extra assertion to an existing test to see how it fails: sharnik@2863f8e
The text was updated successfully, but these errors were encountered: