4172 DEBUG4(
"Managing trunk");
4272 DEBUG4(
"Not opening connection - Too many (%u) connections in the connecting state",
4284 DEBUG4(
"Not opening connection - Need to be above target for %pVs. It's been %pVs",
4299 DEBUG4(
"Not opening connection - Have %u connections, need %u or below",
4310 DEBUG4(
"Not opening connection - No outstanding requests");
4318 if (conn_count > 0) {
4320 if (average < trunk->
conf.target_req_per_conn) {
4321 DEBUG4(
"Not opening connection - Would leave us below our target requests "
4322 "per connection (now %u, after open %u)",
4351 DEBUG4(
"Not opening connection - Need to wait %pVs before opening another connection. "
4358 DEBUG4(
"Opening connection - Above target requests per connection (now %u, target %u)",
4370 DEBUG4(
"Not closing connection - Need to be below target for %pVs. It's been %pVs",
4379 DEBUG4(
"Not closing connection - No connections to close!");
4383 if ((trunk->
conf.
min > 0) && ((conn_count - 1) < trunk->
conf.
min)) {
4384 DEBUG4(
"Not closing connection - Have %u connections, need %u or above",
4390 DEBUG4(
"Closing connection - No outstanding requests");
4402 if (conn_count == 1) {
4403 DEBUG4(
"Not closing connection - Would leave connections "
4404 "and there are still %u outstanding requests", req_count);
4414 DEBUG4(
"Not closing connection - Would leave us above our target requests per connection "
4415 "(now %u, after close %u)",
ROUND_UP_DIV(req_count, conn_count), average);
4419 DEBUG4(
"Closing connection - Below target requests per connection (now %u, target %u)",
4424 DEBUG4(
"Not closing connection - Need to wait %pVs before closing another connection. "
4440 DEBUG4(
"Not closing remaining connection - last event was a failure");