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

Wire up queries that must hit multiple shards in a shard group #2188

Closed
pauldix opened this issue Apr 7, 2015 · 1 comment
Closed

Wire up queries that must hit multiple shards in a shard group #2188

pauldix opened this issue Apr 7, 2015 · 1 comment
Milestone

Comments

@pauldix
Copy link
Member

pauldix commented Apr 7, 2015

For example you would have this if you have an RF of 1 with a cluster of 3 nodes and you have 3 different series you're querying from. It should be easy to create a test like this: https://github.com/influxdb/influxdb/blob/distributed-queries/cmd/influxd/server_integration_test.go#L1334-L1349

Just change it so that it's RF1. Then you may need to add an integration test that writes to a measurement with three different tags. Then queries that.

The spot to wire that up is here: https://github.com/influxdb/influxdb/blob/distributed-queries/tx.go#L145-L178

@pauldix pauldix added this to the 0.9.0 milestone Apr 7, 2015
@jwilder
Copy link
Contributor

jwilder commented Apr 23, 2015

Fixed by #2353

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

2 participants