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

Overlapping shards with duplicate points create query problems #22596

Closed
lesam opened this issue Sep 30, 2021 · 0 comments · Fixed by #22604
Closed

Overlapping shards with duplicate points create query problems #22596

lesam opened this issue Sep 30, 2021 · 0 comments · Fixed by #22604
Assignees

Comments

@lesam
Copy link
Contributor

lesam commented Sep 30, 2021

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create overlapping shards (by changing the retention policy duration)
  2. Write points into the new shard that match points in the old shard
  3. select sum(overlapping_field) from ...

Expected behavior:
Never allow overlapping shards as a result of retention policy duration

Actual behavior:
Matching points are summed separately by the query engine

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

Successfully merging a pull request may close this issue.

1 participant