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

producer_state_manager: add a metric for eviction #16724

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

bharathv
Copy link
Contributor

When the producer count is at peak, there could be a heavy churn of producers due to constant eviction which is not reflected by total # of producers alone. Adds a counter that tracks total number of evictions separately.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x
  • v23.1.x

Release Notes

Improvements

  • Adds observability into producer evictions in each shard.

When the producer count is at peak, there could be a heavy churn of
producers due to constant eviction which is not reflected by total # of
producers alone. Adds a counter that tracks total number of evictions
separately.
@vbotbuildovich
Copy link
Collaborator

new failures in https://buildkite.com/redpanda/redpanda/builds/45384#018de977-f64f-4d81-ba19-334587ea546f:

"rptest.tests.redpanda_multi_region_test.RedpandaNetworkDelayTest.test_basic_traffic_shaping"

@bharathv
Copy link
Contributor Author

bharathv commented Mar 1, 2024

Failure (new one, unrelated): #16838

@piyushredpanda piyushredpanda merged commit 86137f4 into redpanda-data:dev Mar 1, 2024
14 of 18 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants