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

fix(blockbuilder): min job size #15617

Merged
merged 7 commits into from
Jan 7, 2025

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Jan 6, 2025

Adds support for the planner to only emit jobs of a certain size. This is useful in multiple scenarios, including preventing us from re-enqueueing tiny jobs after each one for a partition finishes.

Depends on #15614

@owen-d owen-d requested a review from a team as a code owner January 6, 2025 21:45
@owen-d owen-d changed the title fix(blockbuilder) min job size fix(blockbuilder): min job size Jan 6, 2025
@owen-d owen-d force-pushed the blockbuilder-min-job-size branch from 4a9d5ae to 9bee54d Compare January 6, 2025 22:11
@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Jan 6, 2025
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jan 6, 2025
@pull-request-size pull-request-size bot added size/M and removed size/L labels Jan 7, 2025
Copy link
Contributor

@ashwanthgoli ashwanthgoli left a comment

Choose a reason for hiding this comment

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

lgtm

@ashwanthgoli ashwanthgoli merged commit c43aa56 into grafana:main Jan 7, 2025
61 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants