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

Concurrent series limit #7127

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Conversation

benbjohnson
Copy link
Contributor

@benbjohnson benbjohnson commented Aug 8, 2016

Overview

This commit fixes the MaxSelectSeriesN limit which was broken by the implementation of lazy iterators. The setting previously limited the total number of series but the new implementation limits the concurrent number of series being processed.

/cc @jwilder @jsternberg

TODO

  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

@jwilder
Copy link
Contributor

jwilder commented Aug 8, 2016

LGTM 👍

This commit fixes the `MaxSelectSeriesN` limit which was broken by
the implementation of lazy iterators. The setting previously limited
the total number of series but the new implementation limits the
concurrent number of series being processed.
@benbjohnson benbjohnson merged commit 3c12403 into influxdata:master Aug 9, 2016
@benbjohnson benbjohnson deleted the fix-series-limit branch August 9, 2016 14:58
@timhallinflux timhallinflux added this to the 1.0.0 milestone Dec 20, 2016
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 this pull request may close these issues.

3 participants