-
Notifications
You must be signed in to change notification settings - Fork 453
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
Restrict the number of results processed per index worker #3269
Merged
Commits on Feb 23, 2021
-
Restrict the number of results processed per index worker
A new MaxResultsPerPermit option is introduced to cap how many index results an index worker can process at a time. If the max is exceeded, the index worker must yield the permit back and acquire it again (potentially waiting) to continue processing the results. This cap ensures large queries don't dominate the finite number of index workers allowed to run concurrently and lock out smaller queries. The idea is users would want to set the max large enough so the vast majority of typical queries can finish with only a single permit acquisition.
Configuration menu - View commit details
-
Copy full SHA for 9abfd17 - Browse repository at this point
Copy the full SHA 9abfd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b543e - Browse repository at this point
Copy the full SHA b4b543eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c11e7d - Browse repository at this point
Copy the full SHA 7c11e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e2e40 - Browse repository at this point
Copy the full SHA c8e2e40View commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2fa777b - Browse repository at this point
Copy the full SHA 2fa777bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae102f5 - Browse repository at this point
Copy the full SHA ae102f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4581f11 - Browse repository at this point
Copy the full SHA 4581f11View commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2107c97 - Browse repository at this point
Copy the full SHA 2107c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22b186 - Browse repository at this point
Copy the full SHA a22b186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cb785 - Browse repository at this point
Copy the full SHA 13cb785View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b6680 - Browse repository at this point
Copy the full SHA d5b6680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d24354 - Browse repository at this point
Copy the full SHA 2d24354View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5ac98 - Browse repository at this point
Copy the full SHA ae5ac98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae900ca - Browse repository at this point
Copy the full SHA ae900caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9ebbd - Browse repository at this point
Copy the full SHA 1f9ebbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cf04c - Browse repository at this point
Copy the full SHA b9cf04cView commit details
Commits on Feb 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92c93e3 - Browse repository at this point
Copy the full SHA 92c93e3View commit details -
Merge branch 'rhall-worker-pool-iter' of github.com:m3db/m3 into rhal…
…l-worker-pool-iter
Configuration menu - View commit details
-
Copy full SHA for ad52f6f - Browse repository at this point
Copy the full SHA ad52f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c33af - Browse repository at this point
Copy the full SHA a3c33afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c5a48 - Browse repository at this point
Copy the full SHA 53c5a48View commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd0678a - Browse repository at this point
Copy the full SHA dd0678aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a563c3 - Browse repository at this point
Copy the full SHA 1a563c3View commit details
Commits on Feb 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c08b57a - Browse repository at this point
Copy the full SHA c08b57aView commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b7ab449 - Browse repository at this point
Copy the full SHA b7ab449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9b982 - Browse repository at this point
Copy the full SHA 5b9b982View commit details -
Merge branch 'rhall-worker-pool-iter' of github.com:m3db/m3 into rhal…
…l-worker-pool-iter
Configuration menu - View commit details
-
Copy full SHA for 1337a6d - Browse repository at this point
Copy the full SHA 1337a6dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.