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

perf(ingester): refactor lock acquisitions related to not_owned series limit functionality #15839

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

owen-d
Copy link
Member

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

  • dont block reads & writes to tenants while updating the owned streams trackers
  • in ownedStreamsService, prefer atomics where possible and fallback to mutices.
  • More helpful le buckets in lock metrics.

…ies limit functionality

dont block reads & writes to tenants while updating the owned streams trackers
@owen-d owen-d requested a review from a team as a code owner January 17, 2025 21:12
Copy link
Contributor

@vlad-diachenko vlad-diachenko left a comment

Choose a reason for hiding this comment

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

look great 👍

@JordanRushing JordanRushing merged commit 2a2b528 into grafana:main Jan 21, 2025
61 checks passed
JordanRushing pushed a commit to JordanRushing/loki that referenced this pull request Jan 22, 2025
JordanRushing added a commit that referenced this pull request Jan 22, 2025
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.

3 participants