diff --git a/service/tablet_allocator.cc b/service/tablet_allocator.cc index 2f4c2454c8..b861c9e58e 100644 --- a/service/tablet_allocator.cc +++ b/service/tablet_allocator.cc @@ -842,7 +842,7 @@ public: db_clock::duration repair_time_diff; }; - std::vector plans; + utils::chunked_vector plans; auto migration_tablet_ids = co_await mplan.get_migration_tablet_ids(); for (auto&& [table, tmap_] : _tm->tablets().all_tables()) { auto& tmap = *tmap_;