Skip to content

Commit

Permalink
conn_quota: add leaving put trace message
Browse files Browse the repository at this point in the history
Shot in the dark trying to debug
#5575

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Jul 28, 2022
1 parent cade728 commit 2a56619
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 2a56619

Please sign in to comment.