diff --git a/api/storage_service.cc b/api/storage_service.cc index 4b84f6f793..ab7c61df3d 100644 --- a/api/storage_service.cc +++ b/api/storage_service.cc @@ -1449,6 +1449,7 @@ void unset_storage_service(http_context& ctx, routes& r) { ss::get_ownership.unset(r); ss::get_effective_ownership.unset(r); ss::sstable_info.unset(r); + ss::reload_raft_topology_state.unset(r); sp::get_schema_versions.unset(r); }