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

feat: Add PartitionManager and move this out of ingest_limits.go #16602

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grobinson-grafana
Copy link
Contributor

@grobinson-grafana grobinson-grafana commented Mar 6, 2025

What this PR does / why we need it:

This commit adds a PartitionManager that is responsible for tracking owned partitions. It moves this logic out of ingest_limits.go. The motivation here is to reduce amount of "logic" that is happening in IngestLimits and modularize it's responsibilities a bit better.

In a follow up PR, I will also move kgo.onPartitionsAssigned, kgo.onPartitionsRevoked and kgo.onPartitionsLost to the PartitionManager.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

@grobinson-grafana grobinson-grafana requested a review from a team as a code owner March 6, 2025 11:05
@grobinson-grafana grobinson-grafana force-pushed the grobinson/create-partition-manager branch from f16dfeb to 27d7317 Compare March 6, 2025 17:37
@pull-request-size pull-request-size bot added size/XL and removed size/L labels Mar 6, 2025
})
}
}

func TestNewIngestLimits(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we should delete this test, it doesn't test anything meaningful IMO.

@grobinson-grafana grobinson-grafana force-pushed the grobinson/create-partition-manager branch 2 times, most recently from 357f1df to 644e82a Compare March 6, 2025 19:01
This commit adds a PartitionManager that is responsible for tracking
owned partitions. It moves this logic out of ingest_limits.go.
In a follow up PR, I will also move kgo.onPartitionsAssigned,
kgo.onPartitionsRevoked and kgo.onPartitionsLost to the
PartitionManager.
@grobinson-grafana grobinson-grafana force-pushed the grobinson/create-partition-manager branch from 644e82a to 5249250 Compare March 6, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant