Skip to content

Commit

Permalink
cloud_storage: Destroy client_pool probe in stop()
Browse files Browse the repository at this point in the history
Fixes redpanda-data#11285

Signed-off-by: Ben Pope <ben@redpanda.com>
  • Loading branch information
BenPope committed Jun 7, 2023
1 parent 2af2b43 commit 7b579f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/cloud_storage_clients/client_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ss::future<> client_pool::stop() {
}

vlog(pool_log.info, "Stopped client pool");
_probe = nullptr;
}

void client_pool::shutdown_connections() {
Expand Down

0 comments on commit 7b579f1

Please sign in to comment.