mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
If there is a lot of tables, a node reports oversized allocation
in _ks_cf_to_uuid of type flat_hash_map.
Change the type to std::unordered_map to prevent oversized allocations.
Fixes: https://github.com/scylladb/scylladb/issues/26787.
Closes scylladb/scylladb#27165
(cherry picked from commit 19a7d8e248)
Closes scylladb/scylladb#27192