diff --git a/src/v/kafka/server/usage_manager.cc b/src/v/kafka/server/usage_manager.cc index 494d4308b481..3b6eed3105fd 100644 --- a/src/v/kafka/server/usage_manager.cc +++ b/src/v/kafka/server/usage_manager.cc @@ -367,7 +367,7 @@ ss::future<> usage_manager::reset() { oncore_debug_verify(_verify_shard); try { auto h = _background_gate.hold(); - auto u = _background_mutex.get_units(); + auto u = co_await _background_mutex.get_units(); if (_accounting_fiber) { /// Deallocate the accounting_fiber if the feature is disabled, /// otherwise it will keep in memory the number of configured