-
Notifications
You must be signed in to change notification settings - Fork 544
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
query scheduler multi dimension queueing data structures #6519
Closed
francoposa
wants to merge
19
commits into
main
from
francoposa/query-scheduler-multi-dimension-queueing-1
Closed
Changes from 9 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b8c0da4
add tree queue data structures
francoposa c75ea64
add child queue deletion and max queue len to tree queue data structures
francoposa ec4ba0b
convert queuebroker len check to isEmpty
francoposa 0dae2ba
messy fix that appears to pass previously failed integration tests
francoposa ee3bc36
remove old methods and now passing integration tests; TODO clean up u…
francoposa 4581e1f
WIP on code cleanup; re-introducing commented tests with fixes for ne…
francoposa 1abe62f
Merge branch 'main' into francoposa/query-scheduler-multi-dimension-q…
francoposa d24f6e7
re-fix merge resolution
francoposa 12c047c
address linting
francoposa 5123936
address linting
francoposa 7e4130d
Update mimir-prometheus (#6520)
charleskorn 264fb50
Renovate: Ignore opentracing-contrib/go-grpc fork (#6512)
aknuds1 0ac75f2
chore(deps): update memcached docker tag to v1.6.22 (main) (#6455)
renovate[bot] 6825f10
chore(deps): update helm release grafana-agent-operator to v0.3.8 (ma…
renovate[bot] f2986cf
Update dskit, add `-server.http-read-header-timeout` option (#6517)
pstibrany a8f8641
Add tracing span to Ruler.getLocalRules() (#6515)
pracucci c742c4b
chore(deps): update registry.k8s.io/kustomize/kustomize docker tag to…
renovate[bot] f0e55a5
chore(deps): update grafana/agent docker tag to v0.37.3 (#6453)
renovate[bot] 311f572
Ensure that DoNotLogErrors set DoNotLogError header in the HTTP respo…
duricanikolic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO implement recursive node count on tree queue to enable this check