Skip to content

Commit

Permalink
Merge pull request #5714 from dotnwat/rpc-debugging-2
Browse files Browse the repository at this point in the history
conn_quota: add leaving put trace message
  • Loading branch information
mmaslankaprv committed Jul 29, 2022
2 parents 88bf12b + 2a56619 commit b1f224c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/v/net/conn_quota.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ void conn_quota::put(ss::net::inet_address addr) {
if (_cfg.max_connections_per_ip()) {
do_put(addr);
}

vlog(rpc::rpclog.trace, "leaving put({})", addr);
}

/**
Expand Down Expand Up @@ -557,4 +559,4 @@ bool conn_quota::test_only_is_in_reclaim(ss::net::inet_address addr) const {
}
}

} // namespace net
} // namespace net

0 comments on commit b1f224c

Please sign in to comment.