diff --git a/service/storage_service.cc b/service/storage_service.cc index fba110f375..7483e2283b 100644 --- a/service/storage_service.cc +++ b/service/storage_service.cc @@ -1952,7 +1952,7 @@ sstring storage_service::get_load_string() { } future> storage_service::get_load_map() { - return run_with_read_api_lock([] (storage_service& ss) { + return run_with_no_api_lock([] (storage_service& ss) { std::map load_map; auto& lb = ss.get_load_broadcaster(); if (lb) {