Skip to content

Commit

Permalink
Merge pull request #3970 from jcsp/issue-3964-backport
Browse files Browse the repository at this point in the history
v21.11.x/backport: #3964 (kafka: reduce oversized fetch log from info to debug)
  • Loading branch information
dotnwat committed Mar 9, 2022
2 parents e58d5cd + 968d0fe commit cda79dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/server/handlers/fetch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static ss::future<std::vector<read_result>> fetch_ntps_in_parallel(
if (total_max_bytes > max_bytes_per_fetch) {
auto per_partition = max_bytes_per_fetch / ntp_fetch_configs.size();
vlog(
klog.info,
klog.debug,
"Fetch requested very large response ({}), clamping each partition's "
"max_bytes to {} bytes",
total_max_bytes,
Expand Down

0 comments on commit cda79dc

Please sign in to comment.