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

Remove disk series read limit #3174

Merged
merged 6 commits into from
Feb 5, 2021
Merged

Conversation

ryanhall07
Copy link
Collaborator

The plan is to change this from a lookback limit to a new explicit
acquire/release permit api that is coming soon. For now remove the
limit, so we don't release it and have to support it.

What this PR does / why we need it:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:


Does this PR require updating code package or user-facing documentation?:


@@ -36,7 +36,7 @@ message KeyValueUpdateResult {
message QueryLimits {
QueryLimit maxRecentlyQueriedSeriesBlocks = 1;
QueryLimit maxRecentlyQueriedSeriesDiskBytesRead = 2;
QueryLimit maxRecentlyQueriedSeriesDiskRead = 3;
reserved 3;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Whitespace doesn't seem to match the previous two lines? Probably a tabs/spaces thing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm weird. thanks

Copy link
Collaborator

@robskillington robskillington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The plan is to change this from a lookback limit to a new explicit
acquire/release permit api that is coming soon. For now remove the
limit, so we don't release it and have to support it.
@ryanhall07 ryanhall07 force-pushed the rhall-remove-disk-series-limit branch from 82aae99 to 973b8d3 Compare February 5, 2021 01:25
@ryanhall07 ryanhall07 merged commit 267d654 into master Feb 5, 2021
@ryanhall07 ryanhall07 deleted the rhall-remove-disk-series-limit branch February 5, 2021 22:41
wesleyk added a commit that referenced this pull request Feb 8, 2021
wesleyk added a commit that referenced this pull request Feb 8, 2021
* Revert "Remove disk series read limit (#3174)"

This reverts commit 267d654.

* Remove unnecessary blocksReadLimit pointer on idResult
soundvibe added a commit that referenced this pull request Feb 10, 2021
* master: (30 commits)
  [dbnode] Use go context to cancel index query workers after timeout (#3194)
  [aggregator] Fix change ActivePlacement semantics on close (#3201)
  [aggregator] Simplify (Active)StagedPlacement API (#3199)
  [aggregator] Checking if metadata is set to default should not cause copying (#3198)
  [dbnode] Remove readers and writer from aggregator API (#3122)
  [aggregator] Avoid large copies in entry rollup comparisons by making them more inline-friendly (#3195)
  [dbnode] Re-add aggregator doc limit update (#3137)
  [m3db] Do not close reader in filterFieldsIterator.Close() (#3196)
  Revert "Remove disk series read limit (#3174)" (#3193)
  [instrument] Improve sampled timer and stopwatch performance (#3191)
  Omit unset fields in metadata json (#3189)
  [dbnode] Remove left-over code in storage/bootstrap/bootstrapper (#3190)
  [dbnode][coordinator] Support match[] in label endpoints (#3180)
  Instrument the worker pool with the wait time (#3188)
  Instrument query path (#3182)
  [aggregator] Remove indirection, large copy from unaggregated protobuf decoder (#3186)
  [aggregator] Sample timers completely (#3184)
  [aggregator] Reduce error handling overhead in rawtcp server (#3183)
  [aggregator] Move shardID calculation out of critical section (#3179)
  Move instrumentation cleanup to FetchTaggedResultIterator Close() (#3173)
  ...
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.

4 participants