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

kafka: reduce oversized fetch log from info to debug #3965

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Mar 9, 2022

Cover letter

This turns out to be fairly common in the field: clients
are routinely setting their per-partition fetch limit
to something much higher than they really expect to read.

Fixes #3964

Release notes

Improvements

  • "Fetch requested very large response" log messages are reduced from INFO to DEBUG severity.

This turns out to be fairly common in the field: clients
are routinely setting their per-partition fetch limit
to something much higher than they really expect to read.

Fixes redpanda-data#3964
Copy link
Contributor

@NyaliaLui NyaliaLui left a comment

Choose a reason for hiding this comment

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

this was a tough read ;)

@jcsp jcsp merged commit f957323 into redpanda-data:dev Mar 9, 2022
@jcsp jcsp deleted the issue-3964-quieten-fetch-limit branch March 9, 2022 15:04
This pull request was closed.
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.

kafka: noisy "Fetch requested very large response" messages
2 participants