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

Sharding exception on querying for old data #1004

Closed
sharnik opened this issue Oct 6, 2014 · 0 comments
Closed

Sharding exception on querying for old data #1004

sharnik opened this issue Oct 6, 2014 · 0 comments
Assignees
Milestone

Comments

@sharnik
Copy link

sharnik commented Oct 6, 2014

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

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

3 participants